mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-06 03:35:55 +00:00
Get rid of outro screen
This commit is contained in:
parent
c8236d0dd2
commit
e6d9a0d1ad
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue