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:
James Brown 2003-08-19 14:57:26 +00:00
parent c284e1b507
commit ec447fdfbb
21 changed files with 17 additions and 1239 deletions

View file

@ -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
}