diff --git a/src/config.h b/src/config.h index d816eb918..fe933c679 100644 --- a/src/config.h +++ b/src/config.h @@ -227,7 +227,7 @@ extern char * strdup(const char *s); ** The Eressea boolean type ** **** ****/ #ifdef __cplusplus - typedef bool boolean; + typedef int boolean; /* not bool! wrong size. */ #else typedef int boolean; # define false ((boolean)0)