summaryrefslogtreecommitdiff
path: root/src/sound_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound_type.h')
-rw-r--r--src/sound_type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sound_type.h b/src/sound_type.h
index 8efc6a22a..0879ff717 100644
--- a/src/sound_type.h
+++ b/src/sound_type.h
@@ -110,4 +110,7 @@ enum SoundFx {
template <> struct EnumPropsT<SoundFx> : MakeEnumPropsT<SoundFx, byte, SND_BEGIN, SND_END, SND_END> {};
typedef TinyEnumT<SoundFx> SoundFxByte;
+/** The number of sounds in the original sample.cat */
+static const uint ORIGINAL_SAMPLE_COUNT = 73;
+
#endif /* SOUND_TYPE_H */