]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
it is qfalse
authorRudolf Polzer <divverent@alientrap.org>
Sun, 4 Jul 2010 17:23:51 +0000 (19:23 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 4 Jul 2010 17:23:51 +0000 (19:23 +0200)
tools/quake3/q3map2/main.c

index 97c2759d14098ef48d673e43f5364422aca5aa28..cc20120e2fda60619c9a8ae474aadb83d9915821 100644 (file)
@@ -1199,7 +1199,7 @@ int ScaleBSPMain( int argc, char **argv )
                return 0;
        }
        
-       texscale = false;
+       texscale = qfalse;
        for(i = 1; i < argc-2; ++i)
        {
                if(!strcmp(argv[i], "-tex"))