summaryrefslogtreecommitdiff
path: root/src/strife/p_spec.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_spec.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_spec.c')
-rw-r--r--src/strife/p_spec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/strife/p_spec.c b/src/strife/p_spec.c
index 46a459ea..6316298e 100644
--- a/src/strife/p_spec.c
+++ b/src/strife/p_spec.c
@@ -103,7 +103,7 @@ extern anim_t* lastanim;
//
animdef_t animdefs[] =
{
- {false, "NUKAGE3", "NUKAGE1", 8},
+/* {false, "NUKAGE3", "NUKAGE1", 8},
{false, "FWATER4", "FWATER1", 8},
{false, "SWATER4", "SWATER1", 8},
{false, "LAVA4", "LAVA1", 8},
@@ -129,7 +129,7 @@ animdef_t animdefs[] =
{true, "BFALL4", "BFALL1", 8},
{true, "SFALL4", "SFALL1", 8},
{true, "WFALL4", "WFALL1", 8},
- {true, "DBRAIN4", "DBRAIN1", 8},
+ {true, "DBRAIN4", "DBRAIN1", 8},*/
{-1, "", "", 0},
};