Y to quick restart attack modes

This commit is contained in:
AJ Martinez 2023-11-02 16:53:55 -07:00
parent 5acfe85542
commit 28405087e5

View file

@ -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)