aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-08-30 20:36:44 +0000
committerTorbjörn Andersson2003-08-30 20:36:44 +0000
commitf72681b10a8bfea5d5627752112207378c3ddf1b (patch)
treec857efcd82c954aa638da25bd8ed2cd7344bed03 /sound
parentdfe5d067bb0f2d21c598a297a263b444e925600d (diff)
downloadscummvm-rg350-f72681b10a8bfea5d5627752112207378c3ddf1b.tar.gz
scummvm-rg350-f72681b10a8bfea5d5627752112207378c3ddf1b.tar.bz2
scummvm-rg350-f72681b10a8bfea5d5627752112207378c3ddf1b.zip
Made PlayingSoundHandle unsigned again, since the mixer change was
reverted. svn-id: r9930
Diffstat (limited to 'sound')
-rw-r--r--sound/mixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 708eeeb16d..3ecc6997ed 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -37,7 +37,7 @@
#include "common/system.h"
-typedef int32 PlayingSoundHandle;
+typedef uint32 PlayingSoundHandle;
class Channel;
class File;