]> git.pond.sub.org Git - empserver/blobdiff - include/land.h
(mchrstr, plchrstr, lchrstr, nchrstr): New member m_type, pl_type,
[empserver] / include / land.h
index a6e435df2fd6924a9c24885ed229472e7bed3213..5294eab1ea9ab0128d177844efcc7682407e5a39 100644 (file)
@@ -124,6 +124,7 @@ struct lchrstr {
     u_char l_fuelu;            /* fuel used per 10 mob */
     u_char l_nxlight;          /* maximum number of xlight planes */
     u_char l_nland;            /* maximum number of units */
+    signed char l_type;                /* index in lchr[] */
     long l_flags;              /* what special things can this unit do */
 };