aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/raw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/raw.h b/sound/raw.h
index debf0ee14d..19d9e0ae6c 100644
--- a/sound/raw.h
+++ b/sound/raw.h
@@ -60,7 +60,7 @@ enum RawFlags {
/** sound is in stereo (default: mono) */
FLAG_STEREO = 1 << 3,
- /** loop the audio */
+ /** loop the audio (deprecated) */
FLAG_LOOP = 1 << 6
};