mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 20:40:47 +00:00
- Duke3D: Fix issues caused from cherry pick from upstream.
This change froma5c9a702e9
needs to be dropped due to how we're handling one_eighty_count as per2129d3b4e7
.
This commit is contained in:
parent
b9a567463c
commit
db5a4b49eb
1 changed files with 0 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue