]> git.pond.sub.org Git - empserver/blobdiff - include/empobj.h
Extend the common header of struct empobj to include uid
[empserver] / include / empobj.h
index 97dc00e5182aabdffb855e7e3a887aa9064f7157..8300211fe514eb65b31215e6e6a0f97e8d06b2c8 100644 (file)
@@ -52,8 +52,8 @@
 
 struct empobj {
     short ef_type;     /* is always valid */
-    natid own;         /* is valid if EFF_OWNER   is set in table def. */
     short uid;
+    natid own;         /* is valid if EFF_OWNER   is set in table def. */
     coord x;           /* is valid if EFF_XY      is set in table def. */
     coord y;           /* is valid if EFF_XY      is set in table def. */
     signed char type;  /* is valid for sectors and units */