From 2f250f769d0762b78f8753c5be028238a7f32d94 Mon Sep 17 00:00:00 2001 From: Samuel Villareal Date: Mon, 30 Aug 2010 03:12:25 +0000 Subject: + Change to patch/maptexture data structure + Disabling all animdefs and switchdefs for now + Setting sky texture to use SKY03 as a placeholder Subversion-branch: /branches/strife-branch Subversion-revision: 1977 --- src/strife/p_switch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/strife/p_switch.c') 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} }; -- cgit v1.2.3