mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 05:30:48 +00:00
Add missing level-load view reset from RR
This commit is contained in:
parent
b9c677e537
commit
d98d59494f
1 changed files with 4 additions and 0 deletions
|
@ -7789,6 +7789,10 @@ boolean P_LoadLevel(boolean fromnetsave, boolean reloadinggamestate)
|
|||
if (rendermode == render_none || reloadinggamestate)
|
||||
return true;
|
||||
|
||||
R_ResetViewInterpolation(0);
|
||||
R_ResetViewInterpolation(0);
|
||||
R_UpdateMobjInterpolators();
|
||||
|
||||
// Title card!
|
||||
G_StartTitleCard();
|
||||
|
||||
|
|
Loading…
Reference in a new issue