Author: sveinung
Date: Sat Aug 22 22:37:36 2015
New Revision: 29650

URL: http://svn.gna.org/viewcvs/freeciv?rev=29650&view=rev
Log:
orders system: support the "Incite City" action

See patch #6268

Modified:
    trunk/server/unithand.c

Modified: trunk/server/unithand.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/unithand.c?rev=29650&r1=29649&r2=29650&view=diff
==============================================================================
--- trunk/server/unithand.c     (original)
+++ trunk/server/unithand.c     Sat Aug 22 22:37:36 2015
@@ -3875,6 +3875,7 @@
       case ACTION_SPY_STEAL_GOLD:
       case ACTION_SPY_SABOTAGE_CITY:
       case ACTION_SPY_STEAL_TECH:
+      case ACTION_SPY_INCITE_CITY:
       case ACTION_TRADE_ROUTE:
       case ACTION_MARKETPLACE:
       case ACTION_HELP_WONDER:
@@ -3886,7 +3887,6 @@
         /* No validation required. */
         break;
       /* Must be tested first. */
-      case ACTION_SPY_INCITE_CITY:
       case ACTION_STEAL_MAPS:
       case ACTION_SPY_NUKE:
       /* Needs additional target information. */


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

Reply via email to