]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/light.c
complain more loudly about wrong compile flags
[xonotic/netradiant.git] / tools / quake3 / q3map2 / light.c
index e5e526fb65df542ac90bfb73ae4eb596309c0d0e..5130b2a21886461c99115948f72ddb737c2b4c88 100644 (file)
@@ -2325,7 +2325,10 @@ int LightMain( int argc, char **argv )
                
                /* unhandled args */
                else
-                       Sys_Printf( "WARNING: Unknown argument \"%s\"\n", argv[ i ] );
+               {
+                       Sys_Printf( "WARNING: Unknown argument \"%s\"\a\n", argv[ i ] );
+                       sleep(1);
+               }
 
        }