mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-25 13:51:43 +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;
|
postimg = postimg_motion;
|
||||||
if (!forward_postimgparam)
|
if (!forward_postimgparam)
|
||||||
forward_postimgparam = 1;
|
forward_postimgparam = 1;
|
||||||
postimgparam = forward_postimgparam;
|
|
||||||
else
|
else
|
||||||
|
postimgparam = forward_postimgparam;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue