1
0
mirror of https://github.com/td512/re3.git synced 2026-02-18 22:26:43 +00:00

finished CFileLoader, except a crash!

This commit is contained in:
aap
2019-06-18 09:50:26 +02:00
parent ad12240586
commit 3b64bd1b4a
17 changed files with 345 additions and 13 deletions

View File

@@ -7,6 +7,8 @@
#include "TempColModels.h"
#include "World.h"
WRAPPER void CWorld::Add(CEntity *entity) { EAXJMP(0x4AE930); }
CPtrList *CWorld::ms_bigBuildingsList = (CPtrList*)0x6FAB60;
CPtrList &CWorld::ms_listMovingEntityPtrs = *(CPtrList*)0x8F433C;
CSector (*CWorld::ms_aSectors)[NUMSECTORS_X] = (CSector (*)[NUMSECTORS_Y])0x665608;