mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 22:39:23 +00:00
Pool fixes + peds not forming circle fix
This commit is contained in:
parent
97008905b6
commit
62b8f0f553
22 changed files with 132 additions and 75 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue