Fix bug where new sounds didn't overplay old sounds
This commit is contained in:
@@ -15,6 +15,10 @@ defaultGun = Weapon
|
||||
, _wpReloadTime = 40
|
||||
, _wpReloadState = 0
|
||||
, _wpReloadType = ActiveReload
|
||||
, _wpMaxWarmUp = 0
|
||||
, _wpCurWarmUp = 0
|
||||
, _wpMaxCoolDown = 0
|
||||
, _wpCurCoolDown = 0
|
||||
, _itUseRate = 8
|
||||
, _itUseTime = 0
|
||||
, _itUse = \_ _ -> id
|
||||
|
||||
Reference in New Issue
Block a user