mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 05:54:09 +00:00
Small camera fixes
This commit is contained in:
parent
0ed9b0574b
commit
560fc65538
4 changed files with 68 additions and 59 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue