(natstr, add, getrejects, putreject): Simplify rejections storage.
The space savings of nibble storage are not worth the hassle, especially for xdump. (nat_ca): New selector rejects.
This commit is contained in:
parent
af9c94d06f
commit
6844c94b4a
4 changed files with 8 additions and 22 deletions
|
@ -215,7 +215,7 @@ add(void)
|
|||
natp->nat_level[NAT_RLEV] = start_research;
|
||||
natp->nat_level[NAT_ELEV] = start_education;
|
||||
natp->nat_level[NAT_HLEV] = start_happiness;
|
||||
for (i = 0; i < MAXNOC / 4; i++)
|
||||
for (i = 0; i < MAXNOC; i++)
|
||||
natp->nat_rejects[i] = 0;
|
||||
natp->nat_newstim = 0;
|
||||
natp->nat_annotim = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue