diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-04-08 08:58:08 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-04-08 08:58:08 +0200 |
commit | 560fc655388ac8cc017b4127e9444fc8702ffd45 (patch) | |
tree | 4863fe0fa4ab5f837d95085706b5a27e2c567e54 /src/control | |
parent | Merge pull request #386 from erorcun/erorcun (diff) | |
download | re3-560fc655388ac8cc017b4127e9444fc8702ffd45.tar re3-560fc655388ac8cc017b4127e9444fc8702ffd45.tar.gz re3-560fc655388ac8cc017b4127e9444fc8702ffd45.tar.bz2 re3-560fc655388ac8cc017b4127e9444fc8702ffd45.tar.lz re3-560fc655388ac8cc017b4127e9444fc8702ffd45.tar.xz re3-560fc655388ac8cc017b4127e9444fc8702ffd45.tar.zst re3-560fc655388ac8cc017b4127e9444fc8702ffd45.zip |
Diffstat (limited to '')
-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 2e325249..b8e2318d 100644 --- a/src/control/Replay.cpp +++ b/src/control/Replay.cpp @@ -1107,7 +1107,7 @@ void CReplay::TriggerPlayback(uint8 cam_mode, float cam_x, float cam_y, float ca CStreaming::LoadScene(ff_coord); } if (cam_mode == REPLAYCAMMODE_ASSTORED) - TheCamera.CarZoomIndicator = 5.0f; + TheCamera.CarZoomIndicator = CAM_ZOOM_CINEMATIC; } void CReplay::StoreStuffInMem(void) |