mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 19:34:08 +00:00
first fake RW implementation working
This commit is contained in:
parent
89b7085353
commit
4b602940eb
6 changed files with 62 additions and 34 deletions
|
@ -307,6 +307,7 @@ bool CGame::Initialise(const char* datFile)
|
|||
CDraw::SetFOV(120.0f);
|
||||
CDraw::ms_fLODDistance = 500.0f;
|
||||
LoadingScreen("Loading the Game", "Setup streaming", nil);
|
||||
#ifdef USE_TXD_CDIMAGE
|
||||
int txdHandle = CFileMgr::OpenFile("MODELS\\TXD.IMG", "r");
|
||||
if (txdHandle)
|
||||
CFileMgr::CloseFile(txdHandle);
|
||||
|
@ -321,6 +322,9 @@ bool CGame::Initialise(const char* datFile)
|
|||
CStreaming::Init();
|
||||
}
|
||||
}
|
||||
#else
|
||||
CStreaming::Init();
|
||||
#endif
|
||||
CStreaming::LoadInitialVehicles();
|
||||
CStreaming::LoadInitialPeds();
|
||||
CStreaming::RequestBigBuildings(LEVEL_NONE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue