diff --git a/sc2/src/types.h b/sc2/src/types.h index ee67a08df..936b596fe 100644 --- a/sc2/src/types.h +++ b/sc2/src/types.h @@ -84,10 +84,12 @@ # undef UQM_INT64 #endif +#undef false +#undef true typedef enum { false = 0, - true + true = 1 } bool; /* If it isn't char, what is it ?!*/