]> git.pond.sub.org Git - empserver/blobdiff - include/ship.h
Extend the common header of struct empobj to include uid
[empserver] / include / ship.h
index 65097564f67bb6ed2cfaa2d63d92d0ea457d8066..cbfed235be30a681e50c7a32aaad9b93ff1a3e0a 100644 (file)
@@ -63,8 +63,8 @@
 struct shpstr {
     /* initial part must match struct empobj */
     short ef_type;
-    natid shp_own;             /* owner's country num */
     short shp_uid;             /* unit id (ship #) */
+    natid shp_own;             /* owner's country num */
     coord shp_x;               /* x location in abs coords */
     coord shp_y;               /* y location in abs coords */
     signed char shp_type;      /* index in mchr[] */