From 8cdc173252c479b8a7448da9ccd48f32eeb0c427 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 17 Sep 2008 19:56:12 +0000 Subject: Remove definitions from heretic/doomdef.h that are in common code. Replace "shareware" variable with gamemode, as in doom code. Merge angle definitions into common code. Subversion-branch: /branches/raven-branch Subversion-revision: 1240 --- src/heretic/p_switch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/heretic/p_switch.c') diff --git a/src/heretic/p_switch.c b/src/heretic/p_switch.c index 29b057e7..7c4f8c02 100644 --- a/src/heretic/p_switch.c +++ b/src/heretic/p_switch.c @@ -111,7 +111,7 @@ void P_InitSwitchList(void) int episode; episode = 1; - if (!shareware) + if (gamemode != shareware) episode = 2; for (index = 0, i = 0; i < MAXSWITCHES; i++) -- cgit v1.2.3