subs: Rename lnd_delete() to lnd_put_one()
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
7548337e73
commit
56cadfe157
4 changed files with 27 additions and 27 deletions
|
@ -176,7 +176,7 @@ assa(void)
|
|||
pr(" and was killed in the attempt.\n");
|
||||
llp->unit.land.lnd_effic = 0;
|
||||
putland(llp->unit.land.lnd_uid, &llp->unit.land);
|
||||
lnd_delete(llp);
|
||||
lnd_put_one(llp);
|
||||
} else {
|
||||
wu(0, def->own, "%s spy spotted in %s.\n",
|
||||
cname(player->cnum), xyas(def->x, def->y,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue