This commit is contained in:
simon.kagstrom 2010-02-14 09:38:28 +00:00
parent 0135421daa
commit 9375b1bb5f

View File

@ -43,7 +43,7 @@ class ExitListener : public DialogueListener
if (selected != 1)
{
Gui::gui->exitMenu();
exit(0);
TheC64->quit();
}
}
};