mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 19:34:08 +00:00
64-bit on Windows
This commit is contained in:
parent
8117bcb56f
commit
732b760829
56 changed files with 13368 additions and 106 deletions
|
@ -362,7 +362,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();
|
||||
CStreaming::LoadInitialWeapons();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue