Define and use NATID_BAD instead of literal 255
This commit is contained in:
parent
00bb086d2a
commit
8d4b959a0c
4 changed files with 7 additions and 4 deletions
|
@ -39,6 +39,8 @@
|
|||
#include <time.h>
|
||||
#include "types.h"
|
||||
|
||||
#define NATID_BAD 255
|
||||
|
||||
#define MAXNOR 50 /* max # realms */
|
||||
|
||||
/* Nation status */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue