We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b469af commit 32f2d68Copy full SHA for 32f2d68
sounds.c
@@ -78,6 +78,8 @@ const char * const S_sfxnames[] =
78
"hoof",
79
"metal",
80
"itmbk",
81
+ "bdopn",
82
+ "bdcls"
83
};
84
85
#ifdef MARS
sounds.h
@@ -86,7 +86,9 @@ typedef enum
86
sfx_punch,
87
sfx_hoof,
88
sfx_metal,
89
- sfx_itmbk,
+ sfx_itmbk,
90
+ sfx_bdopn,
91
+ sfx_bdcls,
92
NUMSFX
93
} sfxenum_t;
94
@@ -97,8 +99,5 @@ extern VINT num_music;
97
99
extern sfxinfo_t S_sfx[];
98
100
extern const char* const S_sfxnames[];
101
-#define sfx_bdopn sfx_doropn
-#define sfx_bdcls sfx_dorcls
102
-
103
#endif
104
0 commit comments