mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 08:44:10 +00:00
parent
9960c41193
commit
c2b9ddc5b8
50 changed files with 2028 additions and 14 deletions
|
@ -543,11 +543,13 @@ RestoreForStartLoad()
|
|||
ReadDataFromBufferPointer(_buf, TheCamera.GetMatrix().GetPosition().z);
|
||||
CStreaming::RemoveUnusedBigBuildings(CGame::currLevel);
|
||||
CStreaming::RemoveUnusedBuildings(CGame::currLevel);
|
||||
#ifndef MIAMI
|
||||
CCollision::SortOutCollisionAfterLoad();
|
||||
CStreaming::RequestBigBuildings(CGame::currLevel);
|
||||
CStreaming::LoadAllRequestedModels(false);
|
||||
CStreaming::HaveAllBigBuildingsLoaded(CGame::currLevel);
|
||||
CGame::TidyUpMemory(true, false);
|
||||
#endif
|
||||
|
||||
if (CloseFile(file)) {
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue