summaryrefslogtreecommitdiffstats
path: root/src/control/Replay.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-01-08 17:26:35 +0100
committerSergeanur <s.anureev@yandex.ua>2021-01-08 17:26:35 +0100
commite9001207ea5c3d2c9bbabb74cd7996985d575d85 (patch)
tree702d040289e2a679d88330ab1c91cfbc60a9e15e /src/control/Replay.cpp
parentTrain anims in enum (diff)
downloadre3-e9001207ea5c3d2c9bbabb74cd7996985d575d85.tar
re3-e9001207ea5c3d2c9bbabb74cd7996985d575d85.tar.gz
re3-e9001207ea5c3d2c9bbabb74cd7996985d575d85.tar.bz2
re3-e9001207ea5c3d2c9bbabb74cd7996985d575d85.tar.lz
re3-e9001207ea5c3d2c9bbabb74cd7996985d575d85.tar.xz
re3-e9001207ea5c3d2c9bbabb74cd7996985d575d85.tar.zst
re3-e9001207ea5c3d2c9bbabb74cd7996985d575d85.zip
Diffstat (limited to 'src/control/Replay.cpp')
-rw-r--r--src/control/Replay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Replay.cpp b/src/control/Replay.cpp
index 37a54999..7adb4999 100644
--- a/src/control/Replay.cpp
+++ b/src/control/Replay.cpp
@@ -1287,7 +1287,7 @@ void CReplay::TriggerPlayback(uint8 cam_mode, float cam_x, float cam_y, float ca
DMAudio.SetEffectsFadeVol(0);
DMAudio.SetMusicFadeVol(0);
CEscalators::Shutdown();
- CWaterCreatures::RemoveAll();
+ //CWaterCreatures::RemoveAll();
int current;
for (current = 0; current < NUM_REPLAYBUFFERS; current++)
if (BufferStatus[current] == REPLAYBUFFER_RECORD)