summaryrefslogtreecommitdiff
path: root/src/strife/wi_stuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/wi_stuff.c')
-rw-r--r--src/strife/wi_stuff.c4
1 files changed, 3 insertions, 1 deletions
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 <stdio.h>
#include "z_zone.h"
@@ -1839,3 +1840,4 @@ void WI_Start(wbstartstruct_t* wbstartstruct)
else
WI_initStats();
}
+#endif