mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-25 22:23:44 +00:00
Get rid of outro screen
This commit is contained in:
parent
c8236d0dd2
commit
e6d9a0d1ad
1 changed files with 2 additions and 1 deletions
|
@ -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