Author: cazfi
Date: Thu Jan 28 08:11:45 2016
New Revision: 31653

URL: http://svn.gna.org/viewcvs/freeciv?rev=31653&view=rev
Log:
Added comment about game.client initialization in client side to game.c

See bug #24350

Modified:
    trunk/common/game.c

Modified: trunk/common/game.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/common/game.c?rev=31653&r1=31652&r2=31653&view=diff
==============================================================================
--- trunk/common/game.c (original)
+++ trunk/common/game.c Thu Jan 28 08:11:45 2016
@@ -440,6 +440,8 @@
     game.server.turnblock         = GAME_DEFAULT_TURNBLOCK;
     game.server.unitwaittime      = GAME_DEFAULT_UNITWAITTIME;
     game.server.plr_colors        = NULL;
+  } else {
+    /* Client side takes care of itself in client_main() */
   }
 }
 


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

Reply via email to