Fix camera hitch during first few tics of level
This commit is contained in:
parent
7ea321de32
commit
0c89c85aae
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue