Fix add of for status arguments active, god, delete

Broken in commit e1a68c72, v4.3.12.
This commit is contained in:
Markus Armbruster 2008-04-06 09:16:09 +02:00
parent ef00d65051
commit 793cc220ec

View file

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