finished CFileLoader, except a crash!
This commit is contained in:
@@ -55,6 +55,7 @@ public:
|
||||
static bool &bForceProcessControl;
|
||||
static bool &bProcessCutsceneOnly;
|
||||
|
||||
static void Add(CEntity *entity);
|
||||
|
||||
static CSector *GetSector(int x, int y) { return &ms_aSectors[y][x]; }
|
||||
static CPtrList &GetBigBuildingList(eLevelName i) { return ms_bigBuildingsList[i]; }
|
||||
|
||||
Reference in New Issue
Block a user