summaryrefslogtreecommitdiff
path: root/src/strife/p_switch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_switch.c')
-rw-r--r--src/strife/p_switch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/strife/p_switch.c b/src/strife/p_switch.c
index 2dd3af62..6a459423 100644
--- a/src/strife/p_switch.c
+++ b/src/strife/p_switch.c
@@ -51,7 +51,7 @@
switchlist_t alphSwitchList[] =
{
// Doom shareware episode 1 switches
- {"SW1BRCOM", "SW2BRCOM", 1},
+/* {"SW1BRCOM", "SW2BRCOM", 1},
{"SW1BRN1", "SW2BRN1", 1},
{"SW1BRN2", "SW2BRN2", 1},
{"SW1BRNGN", "SW2BRNGN", 1},
@@ -94,7 +94,7 @@ switchlist_t alphSwitchList[] =
{"SW1STON6", "SW2STON6", 3},
{"SW1TEK", "SW2TEK", 3},
{"SW1MARB", "SW2MARB", 3},
- {"SW1SKULL", "SW2SKULL", 3},
+ {"SW1SKULL", "SW2SKULL", 3},*/
{"\0", "\0", 0}
};