]> de.git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/xonotic-map-compiler
Merge branch 'cmake-q3map2' into 'master'
[xonotic/xonotic.git] / misc / tools / xonotic-map-compiler
index 5903569d5ad7270bd37cef5b3ca4c365bfd0f3db..90815e863c61e989d931eb99d7f87dfac9414711 100755 (executable)
@@ -11,7 +11,7 @@ use File::Temp;
        # Path to Xonotic (where the data directory is in)
        our $XONOTICDIR  = getcwd();
 
-       # Path to your q3map2 program. You find it in your GtkRadiant/install
+       # Path to your q3map2 program. You find it in your netradiant/build
        # directory.
        our $Q3MAP2      = getcwd() . '/netradiant/build/q3map2';