Fix add of for status arguments active, god, delete
Broken in commit e1a68c72
, v4.3.12.
This commit is contained in:
parent
ef00d65051
commit
793cc220ec
1 changed files with 3 additions and 1 deletions
|
@ -182,8 +182,10 @@ add(void)
|
||||||
|
|
||||||
if (stat == STAT_NEW || stat == STAT_VIS)
|
if (stat == STAT_NEW || stat == STAT_VIS)
|
||||||
nat_reset(natp, stat, 0, 0);
|
nat_reset(natp, stat, 0, 0);
|
||||||
else
|
else {
|
||||||
|
natp->nat_stat = stat;
|
||||||
pr("No special initializations done...\n");
|
pr("No special initializations done...\n");
|
||||||
|
}
|
||||||
putnat(natp);
|
putnat(natp);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue