aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;