(VIS, SANCT, NORM, GOD, CAP, MONEY): Move from nat.h to player.h.
(PS_LOGIN): Unused, remove.
This commit is contained in:
parent
78b7f3547c
commit
c329f882a2
3 changed files with 13 additions and 14 deletions
|
@ -109,14 +109,6 @@ struct natstr {
|
|||
long nat_flags; /* nation flags */
|
||||
};
|
||||
|
||||
/* nstat values */
|
||||
#define VIS bit(0)
|
||||
#define SANCT (bit(1) | VIS)
|
||||
#define NORM (bit(2) | VIS)
|
||||
#define GOD (bit(3) | NORM | VIS)
|
||||
#define CAP bit(6)
|
||||
#define MONEY bit(7)
|
||||
|
||||
/* nation relation codes */
|
||||
#define AT_WAR 0
|
||||
#define SITZKRIEG 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue