(dchr_ca, packing, empfile): Add packing symbol table.
(sect_ca, ship_ca, land_ca, plague_stages, empfile): Add plague stages symbol table. (treaty_ca, loan_ca, agreement_statuses, empfile): Add agreement status symbol table. Combine treatystatuses (TS_FREE, TS_SIGNED and TS_PENDING) and loan statuses (LS_FREE, LS_SIGNED and LS_PENDING) into a single agreement status. (pchr_ca, level, empfile): Add packing symbol table.
This commit is contained in:
parent
733f747a36
commit
555de3100c
7 changed files with 72 additions and 14 deletions
|
@ -52,9 +52,9 @@ struct lonstr {
|
|||
time_t l_duedate; /* date after which interest doubles, etc */
|
||||
};
|
||||
|
||||
#define LS_FREE 0
|
||||
#define LS_PROPOSED 1
|
||||
#define LS_SIGNED 2
|
||||
#define LS_FREE AGREE_FREE
|
||||
#define LS_PROPOSED AGREE_PROPOSED
|
||||
#define LS_SIGNED AGREE_SIGNED
|
||||
|
||||
extern long get_outstand(int);
|
||||
extern double loan_owed(struct lonstr *loan, time_t paytime);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue