Author: sveinung
Date: Sun Oct 11 17:13:17 2015
New Revision: 30045

URL: http://svn.gna.org/viewcvs/freeciv?rev=30045&view=rev
Log:
The enum direction8 is used in unit orders

and therefore in the network protocol. Document it.

See patch #6401

Modified:
    trunk/common/fc_types.h

Modified: trunk/common/fc_types.h
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/common/fc_types.h?rev=30045&r1=30044&r2=30045&view=diff
==============================================================================
--- trunk/common/fc_types.h     (original)
+++ trunk/common/fc_types.h     Sun Oct 11 17:13:17 2015
@@ -193,6 +193,7 @@
  * last 4 (in no particular order).  See client/goto.c and
  * map.c:opposite_direction(). */
 
+/* Used in the network protocol. */
 #define SPECENUM_NAME direction8
 #define SPECENUM_VALUE0 DIR8_NORTHWEST
 #define SPECENUM_VALUE0NAME "Northwest"


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

Reply via email to