mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 00:42:24 +00:00
Made PlayingSoundHandle unsigned again, since the mixer change was
reverted. svn-id: r9930
This commit is contained in:
parent
dfe5d067bb
commit
f72681b10a
@ -37,7 +37,7 @@
|
||||
#include "common/system.h"
|
||||
|
||||
|
||||
typedef int32 PlayingSoundHandle;
|
||||
typedef uint32 PlayingSoundHandle;
|
||||
|
||||
class Channel;
|
||||
class File;
|
||||
|
Loading…
x
Reference in New Issue
Block a user