mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 18:20:35 +00:00
fix mistakes
This commit is contained in:
parent
e3273d7268
commit
4fd93fea51
3 changed files with 12 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue