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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sound_type.h b/src/sound_type.h
index 72486dcac..76fe25139 100644
--- a/src/sound_type.h
+++ b/src/sound_type.h
@@ -119,4 +119,6 @@ static const uint ORIGINAL_SAMPLE_COUNT = 73;
typedef uint16 SoundID;
+static const SoundID INVALID_SOUND = 0xFFFF;
+
#endif /* SOUND_TYPE_H */