diff --git a/neo/idlib/Lib.cpp b/neo/idlib/Lib.cpp index 0976c85e..2ffd7c3d 100644 --- a/neo/idlib/Lib.cpp +++ b/neo/idlib/Lib.cpp @@ -67,7 +67,7 @@ idLib::Init */ void idLib::Init( void ) { - assert( sizeof( bool ) == 1 ); + assert( sizeof( char ) == 1 ); // assumptions from the scripting compiler/interpreter assert( sizeof( float ) == sizeof( int ) );