Complete.Org: Mailing Lists: Archives: freeciv-dev: April 2005:
[Freeciv-Dev] (PR#12916) add ww to startunits
Home

[Freeciv-Dev] (PR#12916) add ww to startunits

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#12916) add ww to startunits
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 27 Apr 2005 16:13:07 -0700
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12916 >

This patch changes startunits from ccx to ccwwx.

cwx would also be a good candidate.  But there should definitely be some
w in there.

-jason

Index: common/game.h
===================================================================
RCS file: /home/freeciv/CVS/freeciv/common/game.h,v
retrieving revision 1.181
diff -u -r1.181 game.h
--- common/game.h       21 Apr 2005 00:28:27 -0000      1.181
+++ common/game.h       27 Apr 2005 23:12:05 -0000
@@ -306,7 +306,7 @@
 #define GAME_MIN_GOLD            0
 #define GAME_MAX_GOLD            5000
 
-#define GAME_DEFAULT_START_UNITS  "ccx"
+#define GAME_DEFAULT_START_UNITS  "ccwwx"
 
 #define GAME_DEFAULT_DISPERSION  0
 #define GAME_MIN_DISPERSION      0

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#12916) add ww to startunits, Jason Short <=