Made PlayingSoundHandle unsigned again, since the mixer change was

reverted.

svn-id: r9930
This commit is contained in:
Torbjörn Andersson 2003-08-30 20:36:44 +00:00
parent dfe5d067bb
commit f72681b10a

View File

@ -37,7 +37,7 @@
#include "common/system.h"
typedef int32 PlayingSoundHandle;
typedef uint32 PlayingSoundHandle;
class Channel;
class File;