[Freeciv-Dev] Re: (PR#13236) firepower_factor
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=13236 >
Here's a patch that removes firepower_factor. I will commit immediately.
-jason
Index: common/capstr.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/common/capstr.c,v
retrieving revision 1.255
diff -u -r1.255 capstr.c
--- common/capstr.c 7 Jun 2005 06:20:05 -0000 1.255
+++ common/capstr.c 8 Jun 2005 16:51:38 -0000
@@ -82,7 +82,7 @@
* as long as possible. We want to maintain network compatibility with
* the stable branch for as long as possible.
*/
-#define CAPABILITY "+Freeciv.Devel.2005.Jun.7-2"
+#define CAPABILITY "+Freeciv.Devel.2005.Jun.8"
void init_our_capability(void)
{
Index: common/packets.def
===================================================================
RCS file: /home/freeciv/CVS/freeciv/common/packets.def,v
retrieving revision 1.132
diff -u -r1.132 packets.def
--- common/packets.def 7 Jun 2005 06:20:05 -0000 1.132
+++ common/packets.def 8 Jun 2005 16:51:39 -0000
@@ -401,7 +401,6 @@
UINT8 notradesize, fulltradesize;
UINT8 watchtower_extra_vision;
UINT8 allowed_city_names;
- UINT8 firepower_factor;
IMPROVEMENT palace_building;
IMPROVEMENT land_defend_building;
BOOL changable_tax;
|
|