- 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:
parent
05c77ebcb6
commit
34c6f64d82
6 changed files with 91 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue