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_spec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/strife/p_spec.c') 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}, }; -- cgit v1.2.3