mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
If -1 is going to be a valid value for a PlayingSoundHandle, the data type
had better be signed... svn-id: r9925
This commit is contained in:
parent
9c05d44d00
commit
bfee72f757
@ -37,7 +37,7 @@
|
||||
#include "common/system.h"
|
||||
|
||||
|
||||
typedef uint32 PlayingSoundHandle;
|
||||
typedef int32 PlayingSoundHandle;
|
||||
|
||||
class Channel;
|
||||
class File;
|
||||
|
Loading…
x
Reference in New Issue
Block a user