From 6fc0cd791325b5e36cb486d36768b9a2a1c7dcf5 Mon Sep 17 00:00:00 2001 From: Joost Peters Date: Sat, 25 Oct 2003 01:11:14 +0000 Subject: whatever svn-id: r10959 --- sound/mixer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sound/mixer.h') diff --git a/sound/mixer.h b/sound/mixer.h index 12b51b705c..310703445d 100644 --- a/sound/mixer.h +++ b/sound/mixer.h @@ -55,8 +55,7 @@ public: FLAG_16BITS = 1 << 2, // sound is 16 bits wide (default: 8bit) FLAG_AUTOFREE = 1 << 3, // sound buffer is freed automagically at the end of playing FLAG_REVERSE_STEREO = 1 << 4, // reverse the left and right stereo channel - FLAG_LOOP = 1 << 5, // loop the audio - FLAG_AUTODELETE = 1 << 6 // same as AUTOFREE, but uses delete instead of free() + FLAG_LOOP = 1 << 5 // loop the audio }; -- cgit v1.2.3