From 15fdcbbe5899bde4831d100db63117ba2c00a4dd Mon Sep 17 00:00:00 2001 From: Samuel Villareal Date: Fri, 10 Sep 2010 02:36:05 +0000 Subject: + Fixed a minor fluke in P_ChangeSwitchTexture + R_SoundNumForDoor implemented + opensound/closesound variables added to vldoor_t struct Subversion-branch: /branches/strife-branch Subversion-revision: 2053 --- src/strife/r_data.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/strife/r_data.h') diff --git a/src/strife/r_data.h b/src/strife/r_data.h index c987284c..c8d08179 100644 --- a/src/strife/r_data.h +++ b/src/strife/r_data.h @@ -31,6 +31,7 @@ #include "r_defs.h" #include "r_state.h" +#include "p_spec.h" // villsa [STRIFE] // Retrieve column data for span blitting. @@ -55,5 +56,6 @@ int R_FlatNumForName (char* name); // returns the texture number for the texture name. int R_TextureNumForName (char *name); int R_CheckTextureNumForName (char *name); +void R_SoundNumForDoor(vldoor_t* door); // villsa [STRIFE] #endif -- cgit v1.2.3