summaryrefslogtreecommitdiffstats
path: root/src/control
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-07-17 12:48:25 +0200
committerSergeanur <s.anureev@yandex.ua>2020-07-17 12:48:25 +0200
commit949d0c8853d31ae88fdf3427bae05ec337ab4b0b (patch)
treea755d2e6f03c9794196f3b0b3f6c7499b67a94a3 /src/control
parentFix wheel water splash with PC_PARTICLE (diff)
downloadre3-949d0c8853d31ae88fdf3427bae05ec337ab4b0b.tar
re3-949d0c8853d31ae88fdf3427bae05ec337ab4b0b.tar.gz
re3-949d0c8853d31ae88fdf3427bae05ec337ab4b0b.tar.bz2
re3-949d0c8853d31ae88fdf3427bae05ec337ab4b0b.tar.lz
re3-949d0c8853d31ae88fdf3427bae05ec337ab4b0b.tar.xz
re3-949d0c8853d31ae88fdf3427bae05ec337ab4b0b.tar.zst
re3-949d0c8853d31ae88fdf3427bae05ec337ab4b0b.zip
Diffstat (limited to 'src/control')
-rw-r--r--src/control/Record.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control/Record.cpp b/src/control/Record.cpp
index 30bca2f3..8dc0028a 100644
--- a/src/control/Record.cpp
+++ b/src/control/Record.cpp
@@ -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");