]> git.pond.sub.org Git - empserver/blobdiff - include/ship.h
Combined struct llist and struct mlist into superset struct ulist.
[empserver] / include / ship.h
index c93b3339b5d388a5d2dbd65ef09cc79db2292e4e..d09d8cc93a2047ae77a162a064367a78b0b0946f 100644 (file)
@@ -185,13 +185,6 @@ struct mchrstr {
 
 extern struct mchrstr mchr[SHP_TYPE_MAX + 2];
 
-struct mlist {
-    struct emp_qelem queue;    /* list of ships */
-    struct mchrstr *mcp;       /* pointer to desc of ship */
-    struct shpstr ship;                /* struct ship */
-    double mobil;              /* how much mobility the ship has left */
-};
-
 #define SHP_DEF(b, t) (t ? (b * (logx(t, 40.0) < 1.0 ? 1.0 : \
                                 logx(t, 40.0))) : b)
 #define SHP_SPD(b, t) (t ? (b * (logx(t, 35.0) < 1.0 ? 1.0 : \