mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
p_mobj.c postimg compile error fix
This commit is contained in:
parent
6fbdcb76b4
commit
01a2f9e1f0
1 changed files with 1 additions and 1 deletions
|
@ -3542,8 +3542,8 @@ boolean P_CameraThinker(player_t *player, camera_t *thiscam, boolean resetcalled
|
|||
postimg = postimg_motion;
|
||||
if (!forward_postimgparam)
|
||||
forward_postimgparam = 1;
|
||||
postimgparam = forward_postimgparam;
|
||||
else
|
||||
postimgparam = forward_postimgparam;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue