Author: cazfi
Date: Wed Oct  5 07:15:38 2016
New Revision: 34002

URL: http://svn.gna.org/viewcvs/freeciv?rev=34002&view=rev
Log:
Changed specialist city options names so that those refer to target output, not
specific specialist.

See patch #7585

Modified:
    trunk/common/city.h

Modified: trunk/common/city.h
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/common/city.h?rev=34002&r1=34001&r2=34002&view=diff
==============================================================================
--- trunk/common/city.h (original)
+++ trunk/common/city.h Wed Oct  5 07:15:38 2016
@@ -52,10 +52,10 @@
 #define SPECENUM_VALUE0NAME "Disband"
 /* If new citizens are science specialists */
 #define SPECENUM_VALUE1 CITYO_SCIENCE_SPECIALISTS
-#define SPECENUM_VALUE1NAME "New_Einstein"
+#define SPECENUM_VALUE1NAME "Sci_Specialists"
 /* If new citizens are gold specialists */
 #define SPECENUM_VALUE2 CITYO_GOLD_SPECIALISTS
-#define SPECENUM_VALUE2NAME "New_Taxman"
+#define SPECENUM_VALUE2NAME "Tax_Specialists"
 #define SPECENUM_COUNT CITYO_LAST
 #define SPECENUM_BITVECTOR bv_city_options
 #include "specenum_gen.h"


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

Reply via email to