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:
parent
0a570bc4bf
commit
aef790f7f3
3 changed files with 8 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue