diff options
author | saml1er <danishroar@gmail.com> | 2020-04-17 00:20:34 +0200 |
---|---|---|
committer | saml1er <danishroar@gmail.com> | 2020-04-17 00:20:34 +0200 |
commit | 6b1093f1c8f2a2c59383c2d8f2223b22e2f6cb42 (patch) | |
tree | ec1ebd3f8c9727aa29445bd8816d7158ddb3c3c2 /src/core/World.h | |
parent | Merge branch 'master' into world (diff) | |
download | re3-6b1093f1c8f2a2c59383c2d8f2223b22e2f6cb42.tar re3-6b1093f1c8f2a2c59383c2d8f2223b22e2f6cb42.tar.gz re3-6b1093f1c8f2a2c59383c2d8f2223b22e2f6cb42.tar.bz2 re3-6b1093f1c8f2a2c59383c2d8f2223b22e2f6cb42.tar.lz re3-6b1093f1c8f2a2c59383c2d8f2223b22e2f6cb42.tar.xz re3-6b1093f1c8f2a2c59383c2d8f2223b22e2f6cb42.tar.zst re3-6b1093f1c8f2a2c59383c2d8f2223b22e2f6cb42.zip |
Diffstat (limited to 'src/core/World.h')
-rw-r--r-- | src/core/World.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/World.h b/src/core/World.h index fcf7b7cb..a1e2acfd 100644 --- a/src/core/World.h +++ b/src/core/World.h @@ -151,7 +151,7 @@ public: static void Process(); static void TriggerExplosion(const CVector& position, float fRadius, float fPower, CEntity* pCreator, bool bProcessVehicleBombTimer); static void TriggerExplosionSectorList(CPtrList& list, const CVector& position, float fRadius, float fPower, CEntity* pCreator, bool bProcessVehicleBombTimer); - static void UseDetonator(CEntity *); + static void UseDetonator(CEntity *pEntity); }; extern CColPoint gaTempSphereColPoints[MAX_COLLISION_POINTS]; |