Merge pull request #366 from Nick007J/master

Garage part 1
This commit is contained in:
aap 2020-03-29 19:12:53 +02:00 committed by GitHub
commit 8e3ee096e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 1483 additions and 152 deletions

View file

@ -115,6 +115,7 @@ public:
static void FindMissionEntitiesIntersectingCube(const CVector&, const CVector&, int16*, int16, CEntity**, bool, bool, bool);
static void ClearCarsFromArea(float, float, float, float, float, float);
static void ClearPedsFromArea(float, float, float, float, float, float);
static void CallOffChaseForArea(float, float, float, float);
static float GetSectorX(float f) { return ((f - WORLD_MIN_X)/SECTOR_SIZE_X); }
static float GetSectorY(float f) { return ((f - WORLD_MIN_Y)/SECTOR_SIZE_Y); }