Skip to content

Commit

Permalink
tr2/viewport: fix altering fov
Browse files Browse the repository at this point in the history
Resolves #1886.
  • Loading branch information
rr- committed Nov 13, 2024
1 parent 62e1257 commit 23610ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tr2/game/viewport.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ void Viewport_AlterFOV(const int16_t view_angle)

M_PullGameVars(&m_Viewport);
M_AlterFov(&m_Viewport);
M_ApplyGameVars(&m_Viewport);
}

int16_t Viewport_GetFOV(void)
Expand Down

0 comments on commit 23610ed

Please sign in to comment.