Revert "Materials: Support for Opposing Force its SNOW identifer for surfaces in"
This reverts commit b0bc59a49c
.
This commit is contained in:
parent
b0bc59a49c
commit
8ec9960264
2 changed files with 11 additions and 13 deletions
|
@ -15,22 +15,21 @@
|
|||
*/
|
||||
|
||||
/* HLBSP materials.txt character id's */
|
||||
#define MATID_ALIEN 'H'
|
||||
#define MATID_ALIEN 'H'
|
||||
#define MATID_BLOODYFLESH 'B'
|
||||
#define MATID_COMPUTER 'P'
|
||||
#define MATID_CONCRETE 'C'
|
||||
#define MATID_DIRT 'D'
|
||||
#define MATID_FLESH 'F'
|
||||
#define MATID_DIRT 'D'
|
||||
#define MATID_FLESH 'F'
|
||||
#define MATID_FOLIAGE 'O'
|
||||
#define MATID_GLASS 'Y'
|
||||
#define MATID_GRATE 'G'
|
||||
#define MATID_METAL 'M'
|
||||
#define MATID_SLOSH 'S'
|
||||
#define MATID_SNOW 'N'
|
||||
#define MATID_SNOW_OP4 'O' /* Gearbox uses a different symbol */
|
||||
#define MATID_TILE 'T'
|
||||
#define MATID_VENT 'V'
|
||||
#define MATID_WOOD 'W'
|
||||
#define MATID_GLASS 'Y'
|
||||
#define MATID_GRATE 'G'
|
||||
#define MATID_METAL 'M'
|
||||
#define MATID_SLOSH 'S'
|
||||
#define MATID_SNOW 'N'
|
||||
#define MATID_TILE 'T'
|
||||
#define MATID_VENT 'V'
|
||||
#define MATID_WOOD 'W'
|
||||
|
||||
void Footsteps_Init(void);
|
||||
void Footsteps_HLBSP(base_player target);
|
||||
|
|
|
@ -119,7 +119,6 @@ Footsteps_HLBSP(base_player target)
|
|||
case MATID_SLOSH:
|
||||
mat_name = "step_slosh";
|
||||
break;
|
||||
case MATID_SNOW_OP4:
|
||||
case MATID_SNOW:
|
||||
mat_name = "step_snow";
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue