mirror of
https://github.com/halpz/re3.git
synced 2025-01-23 06:41:00 +00:00
fix
This commit is contained in:
parent
c26a57fb9f
commit
c4f5cbce5e
|
@ -855,7 +855,7 @@ void CGame::Process(void)
|
|||
TheCamera.Process();
|
||||
CStreaming::LoadScene(TheCamera.GetPosition());
|
||||
//CGame::GenerateTempPedAtStartOfNetworkGame();
|
||||
if (/* ?*/true){
|
||||
if (!CStreaming::HasModelLoaded(MI_PLAYER)){
|
||||
CStreaming::RequestSpecialModel(MI_PLAYER, "player", STREAMFLAGS_DEPENDENCY | STREAMFLAGS_DONT_REMOVE);
|
||||
CStreaming::LoadAllRequestedModels(false);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue