aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2010-01-22 08:38:53 +0000
committerJohannes Schickel2010-01-22 08:38:53 +0000
commit57a4c0b910b1548c21b3de53c68f620002b6d448 (patch)
treedf786661afc8e60f40e9fb7e6a403ea355f79182
parent0388e359e0d048327fd028e93c6155907986ae50 (diff)
downloadscummvm-rg350-57a4c0b910b1548c21b3de53c68f620002b6d448.tar.gz
scummvm-rg350-57a4c0b910b1548c21b3de53c68f620002b6d448.tar.bz2
scummvm-rg350-57a4c0b910b1548c21b3de53c68f620002b6d448.zip
Mark Audio::FLAG_LOOP as deprecated.
svn-id: r47432
-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
};