]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/main.c
less spammy vis output, more useful
[xonotic/netradiant.git] / tools / quake3 / q3map2 / main.c
index 02d2fb630b4cfea39d3bb4c4802e9f606b5463db..b113247bd4205a5776c1d373d5abf46321b67df3 100644 (file)
@@ -811,8 +811,11 @@ int main( int argc, char **argv )
                /* verbose */
                else if( !strcmp( argv[ i ], "-v" ) )
                {
-                       verbose = qtrue;
-                       argv[ i ] = NULL;
+                       if(!verbose)
+                       {
+                               verbose = qtrue;
+                               argv[ i ] = NULL;
+                       }
                }
                
                /* force */