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:
Torbjörn Andersson 2003-08-30 20:07:09 +00:00
parent 9c05d44d00
commit bfee72f757

View file

@ -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;