mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Y to quick restart attack modes
This commit is contained in:
parent
5acfe85542
commit
28405087e5
1 changed files with 7 additions and 0 deletions
|
|
@ -319,6 +319,13 @@ boolean M_Responder(event_t *ev)
|
|||
}
|
||||
#endif
|
||||
|
||||
// Attack modes quick-restart
|
||||
if (CON_Ready() == false && modeattacking && G_PlayerInputDown(0, gc_y, splitscreen + 1) == true)
|
||||
{
|
||||
M_TryAgain(0);
|
||||
return true;
|
||||
}
|
||||
|
||||
if (CON_Ready() == false && G_PlayerInputDown(0, gc_start, splitscreen + 1) == true)
|
||||
{
|
||||
if (!chat_on)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue