mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-23 23:16:15 +00:00
Let buffer inputs between maps
- Do not clear inputs when a map loads
This commit is contained in:
parent
3be8a72155
commit
1155acebad
1 changed files with 4 additions and 2 deletions
|
|
@ -1191,8 +1191,10 @@ void G_DoLoadLevelEx(boolean resetplayer, gamestate_t newstate)
|
|||
}
|
||||
|
||||
// clear cmd building stuff
|
||||
G_ResetAllDeviceGameKeyDown();
|
||||
G_ResetAllDeviceResponding();
|
||||
// We don't clear them anymore, so you can buffer inputs
|
||||
// on map change / map restart.
|
||||
//G_ResetAllDeviceGameKeyDown();
|
||||
//G_ResetAllDeviceResponding();
|
||||
|
||||
// clear hud messages remains (usually from game startup)
|
||||
CON_ClearHUD();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue