summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-08-21 12:09:45 +0200
committeraap <aap@papnet.eu>2020-08-21 12:09:45 +0200
commitcc2f13710dee31b98040d9214b09f7c616f2c52d (patch)
tree94cfda631cd4a519f0826bc84b8f6691fb16768c /src/core
parentfixed CRenderer::ScanSectorPoly again (diff)
downloadre3-cc2f13710dee31b98040d9214b09f7c616f2c52d.tar
re3-cc2f13710dee31b98040d9214b09f7c616f2c52d.tar.gz
re3-cc2f13710dee31b98040d9214b09f7c616f2c52d.tar.bz2
re3-cc2f13710dee31b98040d9214b09f7c616f2c52d.tar.lz
re3-cc2f13710dee31b98040d9214b09f7c616f2c52d.tar.xz
re3-cc2f13710dee31b98040d9214b09f7c616f2c52d.tar.zst
re3-cc2f13710dee31b98040d9214b09f7c616f2c52d.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Streaming.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Streaming.cpp b/src/core/Streaming.cpp
index 1e2143d8..74fec192 100644
--- a/src/core/Streaming.cpp
+++ b/src/core/Streaming.cpp
@@ -1824,7 +1824,7 @@ CStreaming::LoadBigBuildingsWhenNeeded(void)
LoadSplash(GetLevelSplashScreen(CGame::currLevel));
CStreaming::RequestBigBuildings(CGame::currLevel, TheCamera.GetPosition());
- CStreaming::LoadAllRequestedModels(true);
+ CStreaming::LoadAllRequestedModels(false);
CGame::TidyUpMemory(true, true);
CTimer::Resume();