mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 15:44:08 +00:00
Fix/change some Windows define
This commit is contained in:
parent
b5b64ca351
commit
199d57b16c
4 changed files with 32 additions and 39 deletions
|
@ -365,7 +365,7 @@ bool CGame::Initialise(const char* datFile)
|
|||
CStreaming::LoadInitialPeds();
|
||||
CStreaming::RequestBigBuildings(LEVEL_GENERIC);
|
||||
CStreaming::LoadAllRequestedModels(false);
|
||||
printf("Streaming uses %dK of its memory", CStreaming::ms_memoryUsed / 1024);
|
||||
printf("Streaming uses %zuK of its memory", CStreaming::ms_memoryUsed / 1024); // original modifier was %d
|
||||
LoadingScreen("Loading the Game", "Load animations", GetRandomSplashScreen());
|
||||
CAnimManager::LoadAnimFiles();
|
||||
CPed::Initialise();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue