diff options
Diffstat (limited to 'src/util/type.h')
-rw-r--r-- | src/util/type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/type.h b/src/util/type.h index 709cb32..f62bbfa 100644 --- a/src/util/type.h +++ b/src/util/type.h @@ -2,6 +2,6 @@ #define _SOFTSHADEROOM_TYPE_H_ typedef unsigned int uint; -typedef int bool; +typedef unsigned char bool; #endif
\ No newline at end of file |