mirror of
https://github.com/halpz/re3.git
synced 2025-05-12 23:36:39 +03:00
yet more CStreaming
This commit is contained in:
parent
990d7f9d19
commit
0053201ea0
4 changed files with 234 additions and 27 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue