Document tables EF_COMM, EF_TRADE and EF_COUNTRY have an owner

xdvisible() relies on that.

Set EFF_OWNER in the table definitions.  EFF_OWNER is not actually
used right now, so this doesn't fix anything broken.
This commit is contained in:
Markus Armbruster 2008-02-25 20:37:01 +01:00
parent 0a570bc4bf
commit aef790f7f3
3 changed files with 8 additions and 3 deletions

View file

@ -41,9 +41,11 @@
#include "types.h"
struct trdstr {
/* initial part must match struct empobj */
short ef_type;
natid trd_owner;
short trd_uid;
/* end of part matching struct empobj */
short trd_type;
short trd_unitid;
long trd_price;