aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
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 3ecc6997ed..708eeeb16d 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -37,7 +37,7 @@
#include "common/system.h"
-typedef uint32 PlayingSoundHandle;
+typedef int32 PlayingSoundHandle;
class Channel;
class File;