]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/menu/skin-customizables.inc
Get VoreTournament code to compile with gmqcc. To be compiled with the same parameter...
[voretournament/voretournament.git] / data / qcsrc / menu / skin-customizables.inc
index a17b7c06e140bb3cd936862a9caad4aa594751fb..9bd2c5d86d3d6176a152562eafa2e0e63becad8e 100644 (file)
@@ -6,7 +6,7 @@ print "\n";
 while(<DATA>)\r
 {\r
        chomp;\r
-       if(/^\s*(?:SKINFLOAT|SKINVECTOR)\(([A-Z_]+), ([-'0-9. ]+)\);$/)\r
+       if(/^\s*(?:SKINFLOAT|SKINVECTOR)\(([A-Z_]+), ([-'0-9. ]+)\);$/) #'\r
        {\r
                printf "%-31s %s\n", $1, $2;\r
        }\r