Author: sveinung
Date: Fri Aug 28 12:54:33 2015
New Revision: 29705

URL: http://svn.gna.org/viewcvs/freeciv?rev=29705&view=rev
Log:
orders system: support the "Steal Maps" action

See patch #6298

Modified:
    trunk/server/unithand.c

Modified: trunk/server/unithand.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/unithand.c?rev=29705&r1=29704&r2=29705&view=diff
==============================================================================
--- trunk/server/unithand.c     (original)
+++ trunk/server/unithand.c     Fri Aug 28 12:54:33 2015
@@ -3926,13 +3926,13 @@
       case ACTION_HELP_WONDER:
       case ACTION_CAPTURE_UNITS:
       case ACTION_JOIN_CITY:
+      case ACTION_STEAL_MAPS:
       case ACTION_BOMBARD:
       case ACTION_NUKE:
       case ACTION_DESTROY_CITY:
         /* No validation required. */
         break;
       /* Must be tested first. */
-      case ACTION_STEAL_MAPS:
       case ACTION_SPY_NUKE:
       /* Needs additional target information. */
       case ACTION_SPY_TARGETED_SABOTAGE_CITY:


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

Reply via email to