Author: sveinung
Date: Mon Feb  8 01:09:24 2016
New Revision: 31813

URL: http://svn.gna.org/viewcvs/freeciv?rev=31813&view=rev
Log:
Fix an outdated comment about the order system.

The orders system now allows the client to specify detailed target
information.

Modified:
    trunk/client/gui-qt/menu.cpp

Modified: trunk/client/gui-qt/menu.cpp
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/client/gui-qt/menu.cpp?rev=31813&r1=31812&r2=31813&view=diff
==============================================================================
--- trunk/client/gui-qt/menu.cpp        (original)
+++ trunk/client/gui-qt/menu.cpp        Mon Feb  8 01:09:24 2016
@@ -382,8 +382,9 @@
       }
 
       if (action_requires_details(action_id)) {
-        /* The order system doesn't support actions that requires the
-         * player to specify details. */
+        /* This menu doesn't support specifying a detailed target (think
+         * "Go to and..."->"Industrial Sabotage"->"City Walls") for the
+         * action order. */
         continue;
       }
 


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

Reply via email to