]> git.pond.sub.org Git - empserver/blobdiff - include/plane.h
Extend the common header of struct empobj to include uid
[empserver] / include / plane.h
index 25c6fd0e4d3ab5f88cfd1993ab7f15b8783fc0e9..f072ba785abd8d5e79061b4b0b72e20f39c74978 100644 (file)
@@ -46,8 +46,8 @@
 struct plnstr {
     /* initial part must match struct empobj */
     short ef_type;
-    natid pln_own;             /* owning country */
     short pln_uid;             /* plane unit id */
+    natid pln_own;             /* owning country */
     coord pln_x;               /* plane x-y */
     coord pln_y;
     signed char pln_type;      /* index in plchr[] */