diff options
author | aap <aap@papnet.eu> | 2019-06-27 00:12:58 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-06-27 00:12:58 +0200 |
commit | 0053201ea06b7d5a881af5020201de3a412ae75b (patch) | |
tree | 21b930dc5f5f393f1d2bb7506de74b0dbfa06553 /src/control/Replay.cpp | |
parent | 990d7f9d192dae891782b70b612b4889862545be (diff) |
yet more CStreaming
Diffstat (limited to 'src/control/Replay.cpp')
-rw-r--r-- | src/control/Replay.cpp | 2 |
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; |