changeset 930:ff806678ef3f

Number of locations etc. are pretty useless information in maps, so remove them.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 May 2010 12:14:48 +0000
parents 5ea823974a49
children 606322fb3de1
files mkloc.c
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/mkloc.c	Mon May 03 12:14:24 2010 +0000
+++ b/mkloc.c	Mon May 03 12:14:48 2010 +0000
@@ -1467,12 +1467,7 @@
 
     fprintf(outFile,
         "@OPTS_END@"
-        "%d locations.\n"
-        "%d player cities.\n"
-        "%d total.'\" \\\n",
-        numLoc,
-        numCity,
-        numTotal);
+        "'\" \\\n");
 
     fprintf(outFile, "\t\"$2\"\n");
 }