Author: sveinung
Date: Thu Jul 30 12:23:09 2015
New Revision: 29266

URL: http://svn.gna.org/viewcvs/freeciv?rev=29266&view=rev
Log:
Help: check directly if the scenario disables city founding

See patch #6147

Modified:
    trunk/client/helpdata.c

Modified: trunk/client/helpdata.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/client/helpdata.c?rev=29266&r1=29265&r2=29266&view=diff
==============================================================================
--- trunk/client/helpdata.c     (original)
+++ trunk/client/helpdata.c     Thu Jul 30 12:23:09 2015
@@ -4044,7 +4044,7 @@
                            action_get_target_kind(act))),
                        /* Custom information. */
                        utype->city_size,
-                       !utype_is_cityfounder(utype) ?
+                       game.scenario.prevent_new_cities ?
                          _(" (Disabled in the current game)") :
                          "");
           break;


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

Reply via email to