This commit is contained in:
Sally Coolatta 2022-08-28 06:53:06 -04:00
parent 196697f544
commit 74449ba55e

View file

@ -5697,10 +5697,13 @@ void M_EndModeAttackRun(void)
Command_ExitGame_f();
M_StartControlPanel();
currentMenu = &PLAY_TimeAttackDef;
itemOn = currentMenu->lastOn;
G_SetGamestate(GS_MENU);
S_ChangeMusicInternal("menu", true);
modeattacking = ATTACKING_NONE;
}