diff --git a/src/r_main.cpp b/src/r_main.cpp index b691921ca..4f834e62f 100644 --- a/src/r_main.cpp +++ b/src/r_main.cpp @@ -1439,7 +1439,7 @@ boolean R_IsViewpointThirdPerson(player_t *player, boolean skybox) // Prevent game crash if player is ever invalid. if (!player) - return false; + return true; chasecam = R_ViewpointHasChasecam(player);