]> git.pond.sub.org Git - empserver/blobdiff - include/land.h
Get rid of the need to fix up lchr[].
[empserver] / include / land.h
index 0469533e129a67336c0d293e4051a826ae911a63..339cf410c8edf9916f0d5ea1b6053ee89aee60af 100644 (file)
@@ -103,7 +103,7 @@ struct lchrstr {
     char *l_name;              /* full name of type of land unit */
     int l_lcm;                 /* units of lcm to build */
     int l_hcm;                 /* units of hcm to build */
-    int l_mil;                 /* how many mil it takes to build */
+    int l_mil;                 /* how many mil it takes to build (unused) */
     int l_gun;                 /* how many guns it takes to build (unused) */
     int l_shell;               /* #shells it takes to build (unused) */
     int l_tech;                        /* tech required to build */