From 4cc717ceb458080c52987c682c6af3aa9acd92c7 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 25 Feb 2023 14:51:59 -0500 Subject: [PATCH] add a comment to include/sndprocs.h --- include/sndprocs.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/sndprocs.h b/include/sndprocs.h index b5af8e5a3..6ed613452 100755 --- a/include/sndprocs.h +++ b/include/sndprocs.h @@ -139,6 +139,13 @@ enum instruments_broad { }; #endif +/* + * When adding entries to this enum list, please also add an entry to the + * soundeffect_automapping table in src/sounds.c, so that a soundlib that + * supports SND_SOUNDEFFECTS_AUTOMAP can locate a file meant to be mapped + * to the soundeffect. + */ + enum sound_effect_entries { se_zero_invalid = 0, se_faint_splashing = 1,