mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 23:20:33 +00:00
Add audio cache for faster initialization
This commit is contained in:
parent
693a5e0c2a
commit
949d0c8853
5 changed files with 35 additions and 2 deletions
|
@ -439,8 +439,10 @@ void CRecordDataForChase::StartChaseScene(float startTime)
|
|||
Status = STATE_PLAYBACK;
|
||||
AnimTime = startTime;
|
||||
AnimStartTime = CTimer::GetTimeInMilliseconds();
|
||||
#ifndef NO_ISLAND_LOADING
|
||||
RemoveUnusedCollision();
|
||||
CStreaming::RemoveIslandsNotUsed(LEVEL_SUBURBAN);
|
||||
#endif
|
||||
CGame::TidyUpMemory(true, true);
|
||||
CStreaming::ImGonnaUseStreamingMemory();
|
||||
CFileMgr::SetDir("data\\paths");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue