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
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
#include "common/system.h"
|
#include "common/system.h"
|
||||||
|
|
||||||
|
|
||||||
typedef uint32 PlayingSoundHandle;
|
typedef int32 PlayingSoundHandle;
|
||||||
|
|
||||||
class Channel;
|
class Channel;
|
||||||
class File;
|
class File;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue