mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 17:00:33 +00:00
Merge branch 'master' into world
# Conflicts: # src/core/World.cpp # src/core/World.h
This commit is contained in:
commit
e52a02fb9e
113 changed files with 6774 additions and 600 deletions
|
@ -61,7 +61,7 @@ class CWorld
|
|||
|
||||
public:
|
||||
static uint8 &PlayerInFocus;
|
||||
static CPlayerInfo (&Players)[NUMPLAYERS];
|
||||
static CPlayerInfo Players[NUMPLAYERS];
|
||||
static CEntity *&pIgnoreEntity;
|
||||
static bool &bIncludeDeadPeds;
|
||||
static bool &bNoMoreCollisionTorque;
|
||||
|
@ -151,9 +151,10 @@ 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 *);
|
||||
};
|
||||
|
||||
extern CColPoint *gaTempSphereColPoints;
|
||||
extern CColPoint gaTempSphereColPoints[MAX_COLLISION_POINTS];
|
||||
|
||||
class CPlayerPed;
|
||||
class CVehicle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue