mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-08 11:54:09 +00:00
Merge remote-tracking branch 'Fire-Head/master' into Standalone
# Conflicts: # src/render/Coronas.cpp
This commit is contained in:
commit
b9c8ce0d37
129 changed files with 1316 additions and 1365 deletions
|
@ -12,8 +12,8 @@
|
|||
#include "World.h"
|
||||
#include "Floater.h"
|
||||
|
||||
int16 &CObject::nNoTempObjects = *(int16*)0x95CCA2;
|
||||
int16 &CObject::nBodyCastHealth = *(int16*)0x5F7D4C; // 1000
|
||||
int16 CObject::nNoTempObjects;
|
||||
int16 CObject::nBodyCastHealth = 1000;
|
||||
|
||||
void *CObject::operator new(size_t sz) { return CPools::GetObjectPool()->New(); }
|
||||
void *CObject::operator new(size_t sz, int handle) { return CPools::GetObjectPool()->New(handle);};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue