Author: sveinung
Date: Tue Oct 27 16:58:45 2015
New Revision: 30241

URL: http://svn.gna.org/viewcvs/freeciv?rev=30241&view=rev
Log:
Fix comment that mentions the wrong field

Modified:
    trunk/server/savecompat.c

Modified: trunk/server/savecompat.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/savecompat.c?rev=30241&r1=30240&r2=30241&view=diff
==============================================================================
--- trunk/server/savecompat.c   (original)
+++ trunk/server/savecompat.c   Tue Oct 27 16:58:45 2015
@@ -1216,7 +1216,7 @@
         }
 
         if (!secfile_entry_lookup(loading->file, "%s.closest", buf)) {
-          /* The closest diplomatic state was called type when it was
+          /* The closest diplomatic state was called max_state when it was
            * stored as a number. */
           int closest = secfile_lookup_int_default(loading->file, DS_WAR,
                                                    "%s.max_state",


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to