- Duke3D: Fix issues caused from cherry pick from upstream.

This change from a5c9a702e9 needs to be dropped due to how we're handling one_eighty_count as per 2129d3b4e7.
This commit is contained in:
Mitchell Richters 2020-06-17 21:11:42 +10:00 committed by Christoph Oelckers
parent b9a567463c
commit db5a4b49eb

View file

@ -1399,13 +1399,6 @@ ACTOR_STATIC void G_MovePlayers(void)
pPlayer->oq16horiz = pPlayer->q16horiz;
pPlayer->oq16horizoff = pPlayer->q16horizoff;
if (pPlayer->one_eighty_count < 0)
{
thisPlayer.smoothcamera = true;
pPlayer->one_eighty_count += 128;
pPlayer->q16ang += F16(128);
}
if (g_netServer || ud.multimode > 1)
{
if (sprite[g_player[otherp].ps->i].extra > 0)