misc stuff, mostly collision

This commit is contained in:
aap 2019-06-28 19:23:28 +02:00
commit 48cf8b6629
16 changed files with 389 additions and 46 deletions

View file

@ -14,4 +14,5 @@ public:
static bool &ms_bGivePedsWeapons;
static void UpdatePedCount(uint32, bool);
static void DealWithZoneChange(eLevelName oldLevel, eLevelName newLevel, bool);
};