summaryrefslogtreecommitdiff
path: root/src/strife/wi_stuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/wi_stuff.h')
-rw-r--r--src/strife/wi_stuff.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/strife/wi_stuff.h b/src/strife/wi_stuff.h
index 7d3a84b9..3ddd4950 100644
--- a/src/strife/wi_stuff.h
+++ b/src/strife/wi_stuff.h
@@ -27,6 +27,8 @@
#ifndef __WI_STUFF__
#define __WI_STUFF__
+// haleyjd 08/23/2010: Strife does not have an intermission
+#if 0
//#include "v_video.h"
#include "doomdef.h"
@@ -54,3 +56,4 @@ void WI_Start(wbstartstruct_t* wbstartstruct);
void WI_End(void);
#endif
+#endif