summaryrefslogtreecommitdiffstats
path: root/src/control
diff options
context:
space:
mode:
authorsaml1er <danishroar@gmail.com>2020-04-16 20:46:08 +0200
committersaml1er <danishroar@gmail.com>2020-04-16 20:46:08 +0200
commit52d0d811b79f810aae9d10beb671f9889b8e4330 (patch)
tree1a6a30915d073e079a59ef51a32f566f7545359f /src/control
parentMerge pull request #435 from GTAmodding/appveyor (diff)
downloadre3-52d0d811b79f810aae9d10beb671f9889b8e4330.tar
re3-52d0d811b79f810aae9d10beb671f9889b8e4330.tar.gz
re3-52d0d811b79f810aae9d10beb671f9889b8e4330.tar.bz2
re3-52d0d811b79f810aae9d10beb671f9889b8e4330.tar.lz
re3-52d0d811b79f810aae9d10beb671f9889b8e4330.tar.xz
re3-52d0d811b79f810aae9d10beb671f9889b8e4330.tar.zst
re3-52d0d811b79f810aae9d10beb671f9889b8e4330.zip
Diffstat (limited to 'src/control')
-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 0da32dd2..97debfdc 100644
--- a/src/control/Replay.cpp
+++ b/src/control/Replay.cpp
@@ -1087,7 +1087,7 @@ void CReplay::TriggerPlayback(uint8 cam_mode, float cam_x, float cam_y, float ca
Playback.m_bSlot = first;
Playback.m_nOffset = 0;
Playback.m_pBase = Buffers[first];
- CObject::DeleteAllTempObjectInArea(CVector(0.0f, 0.0f, 0.0f), 1000000.0f);
+ CObject::DeleteAllTempObjectsInArea(CVector(0.0f, 0.0f, 0.0f), 1000000.0f);
StoreStuffInMem();
EmptyPedsAndVehiclePools();
SlowMotion = 1;