let postimg stuff also apply to freecam
This commit is contained in:
parent
7656b519bf
commit
9587afa23b
2 changed files with 2 additions and 0 deletions
|
|
@ -172,6 +172,7 @@ void P_SlideCameraMove(camera_t *thiscam);
|
|||
void P_DemoCameraMovement(camera_t *cam);
|
||||
boolean P_MoveChaseCamera(player_t *player, camera_t *thiscam, boolean resetcalled);
|
||||
void P_InitCameraCmd(void);
|
||||
void P_CalcChasePostImg(player_t *player, camera_t *thiscam);
|
||||
|
||||
boolean P_CanPlayerTurn(player_t *player, ticcmd_t *cmd);
|
||||
|
||||
|
|
|
|||
|
|
@ -2840,6 +2840,7 @@ boolean P_MoveChaseCamera(player_t *player, camera_t *thiscam, boolean resetcall
|
|||
if (demo.freecam || player->spectator)
|
||||
{
|
||||
P_DemoCameraMovement(thiscam);
|
||||
P_CalcChasePostImg(player, thiscam);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue