summaryrefslogtreecommitdiffstats
path: root/src/weapons/Explosion.h
diff options
context:
space:
mode:
authorRoman Masanin <36927roma@gmail.com>2020-10-05 16:24:57 +0200
committerRoman Masanin <36927roma@gmail.com>2020-10-05 16:24:57 +0200
commit4fd93fea513df2d1c04d124fb9dcb08d3e9305c0 (patch)
treefa1bed806e3839fe8a92562c5b24ac028e3f49b2 /src/weapons/Explosion.h
parentCExplosion done (diff)
downloadre3-4fd93fea513df2d1c04d124fb9dcb08d3e9305c0.tar
re3-4fd93fea513df2d1c04d124fb9dcb08d3e9305c0.tar.gz
re3-4fd93fea513df2d1c04d124fb9dcb08d3e9305c0.tar.bz2
re3-4fd93fea513df2d1c04d124fb9dcb08d3e9305c0.tar.lz
re3-4fd93fea513df2d1c04d124fb9dcb08d3e9305c0.tar.xz
re3-4fd93fea513df2d1c04d124fb9dcb08d3e9305c0.tar.zst
re3-4fd93fea513df2d1c04d124fb9dcb08d3e9305c0.zip
Diffstat (limited to '')
-rw-r--r--src/weapons/Explosion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weapons/Explosion.h b/src/weapons/Explosion.h
index f99cb670..8fbfe63e 100644
--- a/src/weapons/Explosion.h
+++ b/src/weapons/Explosion.h
@@ -37,7 +37,7 @@ class CExplosion
float m_fPower;
float m_fZshift;
public:
- static bool AddExplosion(CEntity *explodingEntity, CEntity *culprit, eExplosionType type, const CVector &pos, uint32 lifetime, bool isMakeSound = true); //done(new parametr in android ver is fix for one mission)
+ static bool AddExplosion(CEntity *explodingEntity, CEntity *culprit, eExplosionType type, const CVector &pos, uint32 lifetime, bool makeSound = true); //done(new parametr in android ver is fix for one mission)
static void ClearAllExplosions(); //done
static bool DoesExplosionMakeSound(uint8 id); //done
static int8 GetExplosionActiveCounter(uint8 id); //done