]> git.pond.sub.org Git - empserver/blobdiff - include/nsc.h
Store uids as int to support more sectors and units
[empserver] / include / nsc.h
index 1ff8271c75ad99928b091034280235c8be4208cf..980d716db2e1ec261123da45b965c6785c70823f 100644 (file)
@@ -172,7 +172,7 @@ struct nstr_item {
     int dist;                  /* NS_DIST: distance selector */
     coord cx, cy;              /* NS_DIST: center x-y, NS_XY: xy */
     char group;                        /* NS_GROUP: fleet/wing match */
-    short next;                        /* NS_CARGO: next item */
+    int next;                  /* NS_CARGO: next item */
     int size;                  /* NS_LIST: size of list */
     int index;                 /* NS_LIST: index */
     int list[NS_LSIZE];                /* NS_LIST: item list */