]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/mfir.c
Store uids as int to support more sectors and units
[empserver] / src / lib / commands / mfir.c
index 88d110ff4c5b01fa926feef9583076b1729be545..aaf15727f88a6615d6ab07def14111152dac5a61 100644 (file)
@@ -46,7 +46,7 @@ enum targ_type {
 struct flist {
     struct emp_qelem queue;    /* list of fired things */
     short type;                        /* EF_SECTOR, EF_SHIP or EF_LAND */
-    short uid;
+    int uid;
     coord x, y;
     int defdam;                        /* damage defenders did */
     natid victim;