diff options
Diffstat (limited to '')
-rw-r--r-- | src/weapons/Explosion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weapons/Explosion.h b/src/weapons/Explosion.h index 8fbfe63e..7aa02b63 100644 --- a/src/weapons/Explosion.h +++ b/src/weapons/Explosion.h @@ -31,7 +31,7 @@ class CExplosion uint8 m_nIteration; uint8 m_nActiveCounter; bool m_bIsBoat; - bool m_bIsMakeSound; + bool m_bMakeSound; float m_fStartTime; uint32 m_nParticlesExpireTime; float m_fPower; |