Exit to the menu (for Wads)

This commit is contained in:
simon.kagstrom 2009-02-23 18:24:36 +00:00
parent e92e166f77
commit 4c4c43991e

View File

@ -61,6 +61,8 @@ extern "C" int main(int argc, char **argv)
the_app->ReadyToRun();
delete the_app;
SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0);
return 0;
}