mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +00:00
- Blood: Move synchronised input call to doslopetilting()
above call to resetForcedSyncInput()
.
This commit is contained in:
parent
25eaeff0db
commit
2fa2d93084
1 changed files with 1 additions and 5 deletions
|
@ -1555,16 +1555,12 @@ void ProcessInput(PLAYER *pPlayer)
|
|||
if (SyncInput())
|
||||
{
|
||||
sethorizon(&pPlayer->horizon.horiz, pInput->horz, &pInput->actions);
|
||||
doslopetilting(pPlayer);
|
||||
}
|
||||
|
||||
// disable synchronised input if set by game.
|
||||
resetForcedSyncInput();
|
||||
|
||||
if (SyncInput())
|
||||
{
|
||||
doslopetilting(pPlayer);
|
||||
}
|
||||
|
||||
pPlayer->slope = -pPlayer->horizon.horiz.asq16() >> 9;
|
||||
if (pInput->actions & SB_INVPREV)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue