rename var

This commit is contained in:
Roman Masanin 2020-10-05 19:05:13 +03:00
commit a6a1de5006
2 changed files with 4 additions and 4 deletions

View file

@ -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;