(VIS, SANCT, NORM, GOD, CAP, MONEY): Move from nat.h to player.h.

(PS_LOGIN): Unused, remove.
This commit is contained in:
Markus Armbruster 2007-07-27 17:50:09 +00:00
parent 78b7f3547c
commit c329f882a2
3 changed files with 13 additions and 14 deletions

View file

@ -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