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 1aa3cdb0ca
commit 3f15ea4bea
3 changed files with 8 additions and 3 deletions

View file

@ -41,9 +41,11 @@
#include "item.h"
struct comstr {
/* initial part must match struct empobj */
short ef_type;
natid com_owner;
short com_uid;
/* end of part matching struct empobj */
i_type com_type;
int com_amount;
float com_price;