follow-up bit sndprocs.h

This commit is contained in:
nhmall
2023-01-27 23:56:25 -05:00
parent 5b3a8b5774
commit 60f62bc4ef

View File

@@ -122,6 +122,7 @@ enum instruments_broad {
};
#endif
enum sound_effect_entries {
enum sound_effect_entries {
se_zero_invalid = 0,
se_faint_splashing = 1,
@@ -312,13 +313,13 @@ enum sound_effect_entries {
se_orc_grunt = 186,
se_avian_screak = 187,
se_paranoid_confirmation = 188,
se_bars_whang = 194,
se_bars_whap = 195,
se_bars_flapp = 196,
se_bars_clink = 197,
se_bars_clonk = 198,
se_boomerang_klonk = 199,
se_bang_weapon_side = 200,
se_bars_whang = 189,
se_bars_whap = 190,
se_bars_flapp = 191,
se_bars_clink = 192,
se_bars_clonk = 193,
se_boomerang_klonk = 194,
se_bang_weapon_side = 195,
number_of_se_entries
};