rnd-20060804-1-src
[rocksndiamonds.git] / src / libgame / types.h
index 22790dc84d96cb511599da53ab68829df0ef1d6a..9970c9ea32cc185b760bf9fd8d4a293e78326f1d 100644 (file)
@@ -20,7 +20,7 @@
 #include <string.h>
 #include <sys/types.h>
 
-typedef unsigned char boolean;
+typedef int boolean;
 
 #if !defined(PLATFORM_WIN32)
 typedef unsigned char byte;