diff options
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; |