mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Remove a bunch of unneeded cruft - but barely the surface of it. This code is depressing and duplicated all over the place... I don't think I can bear to touch this code until it's undergone some MAJOR cleanup :)
svn-id: r9782
This commit is contained in:
@@ -446,7 +446,6 @@ int32 FN_play_credits(int32 *params)
|
||||
if (rv || DEMO) // if Ctrl-Q pressed during credits, or if this is the playable demo
|
||||
{
|
||||
Close_game(); //close engine systems down
|
||||
RestoreDisplay();
|
||||
CloseAppWindow();
|
||||
exit(0); // quit the game
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user