summaryrefslogtreecommitdiff
path: root/src/strife/p_switch.c
diff options
context:
space:
mode:
authorSamuel Villareal2010-08-30 03:12:25 +0000
committerSamuel Villareal2010-08-30 03:12:25 +0000
commit2f250f769d0762b78f8753c5be028238a7f32d94 (patch)
treeda52266daeeb357fdbc765fcd830119cba571d63 /src/strife/p_switch.c
parent47ef09e20e7933491572e46cebc296db822205b8 (diff)
downloadchocolate-doom-2f250f769d0762b78f8753c5be028238a7f32d94.tar.gz
chocolate-doom-2f250f769d0762b78f8753c5be028238a7f32d94.tar.bz2
chocolate-doom-2f250f769d0762b78f8753c5be028238a7f32d94.zip
+ 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
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}
};