From 22200650762b044b2f55026b91a175716d2a73f2 Mon Sep 17 00:00:00 2001 From: James Haley Date: Tue, 24 Aug 2010 03:40:16 +0000 Subject: Removed storedemo and Chex Quest cruft, adjusted screenwipe loop timing, added DoTimeBomb function for historical interest, removed GS_INTERMISSION and #if 0'd all of wi_stuff.c/.h. Removed DOOM level transfer logic from G_DoCompleted - note that you cannot currently go to the next level at *all*. Removed G_SecretExitLevel and DOOM par times. Subversion-branch: /branches/strife-branch Subversion-revision: 1966 --- src/strife/wi_stuff.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/strife/wi_stuff.c') diff --git a/src/strife/wi_stuff.c b/src/strife/wi_stuff.c index 83f5052f..1ae8c9e2 100644 --- a/src/strife/wi_stuff.c +++ b/src/strife/wi_stuff.c @@ -24,7 +24,8 @@ // //----------------------------------------------------------------------------- - +// haleyjd 08/23/2010: There is no intermission in Strife +#if 0 #include #include "z_zone.h" @@ -1839,3 +1840,4 @@ void WI_Start(wbstartstruct_t* wbstartstruct) else WI_initStats(); } +#endif -- cgit v1.2.3