Author: cazfi
Date: Fri Jan 22 18:05:07 2016
New Revision: 31539

URL: http://svn.gna.org/viewcvs/freeciv?rev=31539&view=rev
Log:
Updated comment to state savecompat.c as location of compat_load_<version>() 
functions.

Modified:
    trunk/server/settings.c

Modified: trunk/server/settings.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/settings.c?rev=31539&r1=31538&r2=31539&view=diff
==============================================================================
--- trunk/server/settings.c     (original)
+++ trunk/server/settings.c     Fri Jan 22 18:05:07 2016
@@ -4206,7 +4206,7 @@
   int oldcitymindist = game.info.citymindist; /* backwards compat, see below */
 
   /* Compatibility with savegames created with older versions is usually
-   * handled as conversions in savegame2.c compat_load_<version>() */
+   * handled as conversions in savecompat.c compat_load_<version>() */
 
   if (!secfile_lookup_int(file, &set_count, "%s.set_count", section)) {
     /* Old savegames and scenarios doesn't contain this, not an error. */


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

Reply via email to