summaryrefslogtreecommitdiffstats
path: root/src/core/World.h
diff options
context:
space:
mode:
authorsaml1er <danishroar@gmail.com>2020-04-17 00:20:34 +0200
committersaml1er <danishroar@gmail.com>2020-04-17 00:20:34 +0200
commit6b1093f1c8f2a2c59383c2d8f2223b22e2f6cb42 (patch)
treeec1ebd3f8c9727aa29445bd8816d7158ddb3c3c2 /src/core/World.h
parentMerge branch 'master' into world (diff)
downloadre3-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.h2
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];