p_mobj.c postimg compile error fix

This commit is contained in:
yellowtd 2017-03-16 02:18:20 -04:00
parent 6fbdcb76b4
commit 01a2f9e1f0

View file

@ -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