diff options
author | Torbjörn Andersson | 2003-08-30 20:36:44 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2003-08-30 20:36:44 +0000 |
commit | f72681b10a8bfea5d5627752112207378c3ddf1b (patch) | |
tree | c857efcd82c954aa638da25bd8ed2cd7344bed03 /sound | |
parent | dfe5d067bb0f2d21c598a297a263b444e925600d (diff) | |
download | scummvm-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.h | 2 |
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; |