mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Use quit
This commit is contained in:
parent
0135421daa
commit
9375b1bb5f
@ -43,7 +43,7 @@ class ExitListener : public DialogueListener
|
||||
if (selected != 1)
|
||||
{
|
||||
Gui::gui->exitMenu();
|
||||
exit(0);
|
||||
TheC64->quit();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user