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