mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 17:49:16 +01:00
Fix missing ifdef
This commit is contained in:
parent
7adac51152
commit
4f9bfb4387
@ -1921,10 +1921,12 @@ CStreaming::LoadBigBuildingsWhenNeeded(void)
|
||||
|
||||
ISLAND_LOADING_IS(LOW)
|
||||
CStreaming::RequestBigBuildings(CGame::currLevel, TheCamera.GetPosition());
|
||||
#ifdef NO_ISLAND_LOADING
|
||||
else if(FrontEndMenuManager.m_PrefsIslandLoading == CMenuManager::ISLAND_LOADING_MEDIUM) {
|
||||
RemoveIslandsNotUsed(CGame::currLevel);
|
||||
CStreaming::RequestIslands(CGame::currLevel);
|
||||
}
|
||||
#endif
|
||||
|
||||
CStreaming::LoadAllRequestedModels(false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user