- Added ENDOOM screen. It will only be shown when the game is exited via the

main menu and there is an option to switch it off for those who don't want
  to wait.


SVN r441 (trunk)
This commit is contained in:
Christoph Oelckers 2007-01-06 12:30:34 +00:00
commit 34c6f64d82
6 changed files with 91 additions and 1 deletions

View file

@ -64,6 +64,7 @@
#include "lists.h"
#include "gi.h"
#include "p_tick.h"
#include "st_start.h"
// MACROS ------------------------------------------------------------------
@ -1956,7 +1957,7 @@ void M_QuitResponse(int ch)
I_WaitVBL (105);
}
}
exit (0);
ST_Endoom();
}
void M_QuitDOOM (int choice)