Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2003:
[Freeciv-Dev] broken capstring
Home

[Freeciv-Dev] broken capstring

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] broken capstring
From: Jason Dorje Short <vze49r5w@xxxxxxxxxxx>
Date: Sun, 09 Feb 2003 21:39:55 -0500
Reply-to: jdorje@xxxxxxxxxxxxxxxxxxxxx

In updating/applying one of the recent patches that require new capabilities, I broke the capstring. This means the class/legend changes will not work since that capability isn't matched.

The attached patch fixes this.

jason
Index: common/capstr.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/common/capstr.c,v
retrieving revision 1.122
diff -u -r1.122 capstr.c
--- common/capstr.c     2003/02/04 23:12:31     1.122
+++ common/capstr.c     2003/02/10 02:37:29
@@ -75,7 +75,7 @@
  */
 
 #define CAPABILITY "+1.14.0 conn_info +occupied team tech_impr_gfx " \
-                   "city_struct_minor_cleanup obsolete_last class_legend" \
+                   "city_struct_minor_cleanup obsolete_last class_legend " \
                    "+impr_req +waste +fastfocus"
   
 /* "+1.14.0" is protocol for 1.14.0 release.

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] broken capstring, Jason Dorje Short <=