From f72681b10a8bfea5d5627752112207378c3ddf1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20Andersson?= Date: Sat, 30 Aug 2003 20:36:44 +0000 Subject: [PATCH] Made PlayingSoundHandle unsigned again, since the mixer change was reverted. svn-id: r9930 --- sound/mixer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/mixer.h b/sound/mixer.h index 708eeeb16d1..3ecc6997ed4 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;