1
0
mirror of https://github.com/td512/re3.git synced 2026-04-16 10:07:57 +00:00

Get rid of outro screen

This commit is contained in:
Sergeanur
2021-01-22 02:19:02 +02:00
parent c8236d0dd2
commit e6d9a0d1ad

View File

@@ -4687,7 +4687,8 @@ CMenuManager::ProcessUserInput(uint8 goDown, uint8 goUp, uint8 optionSelected, u
break;
case MENUACTION_CANCELGAME:
DMAudio.Service();
SwitchToNewScreen(MENUPAGE_OUTRO);
RsEventHandler(rsQUITAPP, nil);
//SwitchToNewScreen(MENUPAGE_OUTRO);
break;
case MENUACTION_RESUME:
#ifdef LEGACY_MENU_OPTIONS