Fix typo in view reset

This commit is contained in:
Eidolon 2022-05-05 19:57:58 -05:00
parent 80a479f512
commit e3f4479457

View file

@ -874,7 +874,7 @@ void P_PreTicker(INT32 frames)
R_UpdateLevelInterpolators();
R_UpdateViewInterpolation();
R_ResetViewInterpolation();
R_ResetViewInterpolation(0);
P_MapEnd();