]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/main.c
q3map2: make Smokin'Guns code not requiring a rebuild
[xonotic/netradiant.git] / tools / quake3 / q3map2 / main.c
index 0eec34429c6bf5b7404a9b7365a7c7d984a29984..90fc5d90f624641d70def6513081f940874ca75a 100644 (file)
@@ -276,10 +276,10 @@ int main( int argc, char **argv ){
        }
 
        /* ydnar: otherwise create a bsp */
-       else{
-#ifdef SMOKINGUNS
+       else {
+               /* used to write Smokin'Guns like tex file */
                compile_map = qtrue;
-#endif
+
                r = BSPMain( argc, argv );
        }