Skip to content

Commit 32f2d68

Browse files
committed
Remove blazing door stub sounds
1 parent 6b469af commit 32f2d68

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

sounds.c

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ const char * const S_sfxnames[] =
7878
"hoof",
7979
"metal",
8080
"itmbk",
81+
"bdopn",
82+
"bdcls"
8183
};
8284

8385
#ifdef MARS

sounds.h

+3-4
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ typedef enum
8686
sfx_punch,
8787
sfx_hoof,
8888
sfx_metal,
89-
sfx_itmbk,
89+
sfx_itmbk,
90+
sfx_bdopn,
91+
sfx_bdcls,
9092
NUMSFX
9193
} sfxenum_t;
9294

@@ -97,8 +99,5 @@ extern VINT num_music;
9799
extern sfxinfo_t S_sfx[];
98100
extern const char* const S_sfxnames[];
99101

100-
#define sfx_bdopn sfx_doropn
101-
#define sfx_bdcls sfx_dorcls
102-
103102
#endif
104103

0 commit comments

Comments
 (0)