summaryrefslogtreecommitdiffstats
path: root/src/control/Replay.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-06-27 00:12:58 +0200
committeraap <aap@papnet.eu>2019-06-27 00:12:58 +0200
commit0053201ea06b7d5a881af5020201de3a412ae75b (patch)
tree21b930dc5f5f393f1d2bb7506de74b0dbfa06553 /src/control/Replay.cpp
parentMerge pull request #48 from Nick007J/master (diff)
downloadre3-0053201ea06b7d5a881af5020201de3a412ae75b.tar
re3-0053201ea06b7d5a881af5020201de3a412ae75b.tar.gz
re3-0053201ea06b7d5a881af5020201de3a412ae75b.tar.bz2
re3-0053201ea06b7d5a881af5020201de3a412ae75b.tar.lz
re3-0053201ea06b7d5a881af5020201de3a412ae75b.tar.xz
re3-0053201ea06b7d5a881af5020201de3a412ae75b.tar.zst
re3-0053201ea06b7d5a881af5020201de3a412ae75b.zip
Diffstat (limited to '')
-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 3ccf1f39..8003b407 100644
--- a/src/control/Replay.cpp
+++ b/src/control/Replay.cpp
@@ -501,7 +501,7 @@ void CReplay::TriggerPlayback(uint8 cam_mode, float cam_x, float cam_y, float ca
FindFirstFocusCoordinate(&ff_coord);
CGame::currLevel = CTheZones::GetLevelFromPosition(ff_coord);
CCollision::SortOutCollisionAfterLoad();
- CStreaming::LoadScene(&ff_coord);
+ CStreaming::LoadScene(ff_coord);
}
if (cam_mode == REPLAYCAMMODE_ASSTORED)
TheCamera.CarZoomIndicator = 5.0f;