Author: cazfi
Date: Fri Nov  4 08:42:55 2016
New Revision: 34378

URL: http://svn.gna.org/viewcvs/freeciv?rev=34378&view=rev
Log:
Made isohex the default topology

See patch #7915

Modified:
    trunk/common/map.h
    trunk/data/civ2civ3/game.ruleset

Modified: trunk/common/map.h
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/common/map.h?rev=34378&r1=34377&r2=34378&view=diff
==============================================================================
--- trunk/common/map.h  (original)
+++ trunk/common/map.h  Fri Nov  4 08:42:55 2016
@@ -601,7 +601,7 @@
 /* Freeciv-web doesn't support isometric maps yet. */
 #define MAP_DEFAULT_TOPO         TF_WRAPX
 #else /* FREECIV_WEB */
-#define MAP_DEFAULT_TOPO         (TF_WRAPX|TF_ISO)
+#define MAP_DEFAULT_TOPO         (TF_WRAPX|TF_ISO|TF_HEX)
 #endif /* FREECIV_WEB */
 
 #define MAP_DEFAULT_SEED         0

Modified: trunk/data/civ2civ3/game.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/civ2civ3/game.ruleset?rev=34378&r1=34377&r2=34378&view=diff
==============================================================================
--- trunk/data/civ2civ3/game.ruleset    (original)
+++ trunk/data/civ2civ3/game.ruleset    Fri Nov  4 08:42:55 2016
@@ -1103,7 +1103,7 @@
     { "name", "value"
       "aifill", 12
       "generator", "FRACTAL"
-      "topology", "WRAPX|WRAPY|ISO"
+      "topology", "WRAPX|WRAPY|ISO|HEX"
       "mapsize", "PLAYER"
       "tilesperplayer", 100
       "tinyisles", "ENABLED"


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

Reply via email to