Author: cazfi
Date: Mon Jan 19 04:45:00 2015
New Revision: 27722

URL: http://svn.gna.org/viewcvs/freeciv?rev=27722&view=rev
Log:
Init scenario property 'handmade'

See bug #23184

Modified:
    trunk/common/game.c

Modified: trunk/common/game.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/common/game.c?rev=27722&r1=27721&r2=27722&view=diff
==============================================================================
--- trunk/common/game.c (original)
+++ trunk/common/game.c Mon Jan 19 04:45:00 2015
@@ -336,6 +336,7 @@
   game.scenario.name[0] = '\0';
   game.scenario.players = TRUE;
   game.scenario.startpos_nations = FALSE;
+  game.scenario.handmade = FALSE;
   game.scenario.prevent_new_cities = FALSE;
 
   /* Veteran system. */


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

Reply via email to