Author: sveinung
Date: Tue Sep 22 01:30:51 2015
New Revision: 29948

URL: http://svn.gna.org/viewcvs/freeciv?rev=29948&view=rev
Log:
Document num2char()'s limit on actions

even if the number of actions are far away from being limited by it.

See patch #6366

Modified:
    trunk/common/actions.h

Modified: trunk/common/actions.h
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/common/actions.h?rev=29948&r1=29947&r2=29948&view=diff
==============================================================================
--- trunk/common/actions.h      (original)
+++ trunk/common/actions.h      Tue Sep 22 01:30:51 2015
@@ -89,6 +89,8 @@
 #define SPECENUM_VALUE21NAME N_("Destroy City")
 #define SPECENUM_VALUE22 ACTION_EXPEL_UNIT
 #define SPECENUM_VALUE22NAME N_("Expel Unit")
+/* Limited by what values num2char() can store in unit orders in
+ * savegames. */
 #define SPECENUM_COUNT ACTION_COUNT
 #include "specenum_gen.h"
 


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

Reply via email to