Revert "retreat: Oops on retreating ghosts"
This reverts commit c3a839934f
.
The commit message's claim that the code never actually retreats
ghosts is wrong: boar() does.
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
Conflicts:
src/lib/subs/retreat.c
This commit is contained in:
parent
ebe4f05d87
commit
7b3d541c0d
3 changed files with 0 additions and 7 deletions
|
@ -76,8 +76,6 @@ retreat_ship(struct shpstr *sp, char code)
|
|||
struct nstr_item ni;
|
||||
struct shpstr ship;
|
||||
|
||||
if (CANT_HAPPEN(!sp->shp_own))
|
||||
return;
|
||||
if (sp->shp_own == player->cnum || !sp->shp_rpath[0])
|
||||
return;
|
||||
|
||||
|
@ -184,8 +182,6 @@ retreat_land(struct lndstr *lp, char code)
|
|||
struct nstr_item ni;
|
||||
struct lndstr land;
|
||||
|
||||
if (CANT_HAPPEN(!lp->lnd_own))
|
||||
return;
|
||||
if (lp->lnd_own == player->cnum || !lp->lnd_rpath[0])
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue