- Fixed: player->oldbuttons was copied from the current button set at the end
of P_PlayerThink(), well before ACS could ever get at it with GetPlayerInput. SVN r1444 (trunk)
This commit is contained in:
parent
7a887416f6
commit
a71e87b9df
3 changed files with 6 additions and 4 deletions
|
|
@ -2313,9 +2313,6 @@ void P_PlayerThink (player_t *player)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Save buttons
|
||||
player->oldbuttons = cmd->ucmd.buttons;
|
||||
}
|
||||
|
||||
void P_PredictPlayer (player_t *player)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue