compileFlags |= si->compileFlags;
allCompileFlags &= si->compileFlags;
}
+
+ Sys_FPrintf( SYS_VRB, "flags: %d (all: %d)\n", compileFlags, allCompileFlags );
/* determine if this brush is opaque to light */
if( (compileFlags & mask_any) == test_any && (allCompileFlags & mask_all) == test_all )
void MiniMapSetupBrushes( void )
{
- SetupBrushesFlags(C_SOLID | C_SKY, C_SOLID, C_NODRAW, 0);
+ SetupBrushesFlags(C_SOLID | C_SKY, C_SOLID, 0, 0);
// at least one must be solid
// none may be sky
// not all may be nodraw