]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
put perl code in comment instead of #if 0
authorMartin Taibr <taibr.martin@gmail.com>
Mon, 1 Apr 2019 18:51:10 +0000 (20:51 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Mon, 1 Apr 2019 18:51:10 +0000 (20:51 +0200)
qcsrc/menu/skin-customizables.inc

index 3889b341b795c1893c81afb2b43c15136c1053db..54f6283b80bb9033a2883d106bd46aabc61781f5 100644 (file)
@@ -1,4 +1,4 @@
-#if 0
+/*
 "Perl code to convert this to a skinvalues.txt file.";
 print "title Generic\n";
 print "author Morphed\n";
@@ -32,7 +32,7 @@ while(<DATA>)
        }
 }
 __DATA__
-#endif
+*/
 SKINBEGIN
        // font sizes (used for everything)
        SKINFLOAT(FONTSIZE_NORMAL, 12);