Pool fixes + peds not forming circle fix

This commit is contained in:
erorcun 2021-03-06 19:28:59 +03:00
commit 62b8f0f553
22 changed files with 132 additions and 75 deletions

View file

@ -9,8 +9,8 @@ public:
m_type = ENTITY_TYPE_BUILDING;
bUsesCollision = true;
}
static void *operator new(size_t);
static void operator delete(void*, size_t);
static void *operator new(size_t) throw();
static void operator delete(void*, size_t) throw();
void ReplaceWithNewModel(int32 id);