Author: cazfi
Date: Tue Dec  8 11:43:52 2015
New Revision: 30882

URL: http://svn.gna.org/viewcvs/freeciv?rev=30882&view=rev
Log:
Thaw city_freeze_workers_queue() after handling of each player in end_phase().

See bug #24146

Modified:
    branches/S2_5/server/srv_main.c

Modified: branches/S2_5/server/srv_main.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/server/srv_main.c?rev=30882&r1=30881&r2=30882&view=diff
==============================================================================
--- branches/S2_5/server/srv_main.c     (original)
+++ branches/S2_5/server/srv_main.c     Tue Dec  8 11:43:52 2015
@@ -1098,6 +1098,7 @@
     }
 
     update_city_activities(pplayer);
+    city_thaw_workers_queue();
     player_research_get(pplayer)->researching_saved = A_UNKNOWN;
     /* reduce the number of bulbs by the amount needed for tech upkeep and
      * check for finished research */


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

Reply via email to