mirror of
https://github.com/halpz/re3.git
synced 2025-07-16 20:48:11 +00:00
CGame done, Peds, fixes
This commit is contained in:
@ -716,8 +716,10 @@ CameraCreate(RwInt32 width, RwInt32 height, RwBool zBuffer)
|
||||
}
|
||||
|
||||
#ifdef USE_TEXTURE_POOL
|
||||
WRAPPER void _TexturePoolsInitialise() { EAXJMP(0x598B10); }
|
||||
WRAPPER void _TexturePoolsShutdown() { EAXJMP(0x598B30); }
|
||||
WRAPPER void _TexturePoolsInitialise() { EAXJMP(0x6271E0); }
|
||||
WRAPPER void _TexturePoolsShutdown() { EAXJMP(0x627080); }
|
||||
WRAPPER void _TexturePoolsFinalShutdown() { EAXJMP(0x626F80); }
|
||||
WRAPPER void _TexturePoolsUnknown(bool) { EAXJMP(0x626F70); }
|
||||
#endif
|
||||
|
||||
#ifdef LIBRW
|
||||
|
Reference in New Issue
Block a user