mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Duke 3D & RR: Repair issue where player would not return to centre following hard landing.
- Accidentally left in while merging changes from upstream. - Change restores accuracy to game play in that a hard landing now returns the player's view to center.
This commit is contained in:
parent
08bc2fbbcd
commit
2e3bcdadd6
2 changed files with 0 additions and 2 deletions
|
@ -5301,7 +5301,6 @@ void P_ProcessInput(int playerNum)
|
|||
A_PlaySound(DUKE_LAND, pPlayer->i);
|
||||
#endif
|
||||
}
|
||||
pPlayer->on_ground = 1;
|
||||
}
|
||||
else
|
||||
pPlayer->on_ground = 0;
|
||||
|
|
|
@ -8051,7 +8051,6 @@ check_enemy_sprite:
|
|||
pPlayer->moto_turb = 12;
|
||||
}
|
||||
}
|
||||
pPlayer->on_ground = 1;
|
||||
}
|
||||
else
|
||||
pPlayer->on_ground = 0;
|
||||
|
|
Loading…
Reference in a new issue