Remove commented out code for giving away planes on landing
Commented out in v4.0.0, and not likely to come back.
This commit is contained in:
parent
1f7d8879ca
commit
2d953804ba
1 changed files with 0 additions and 2 deletions
|
@ -215,7 +215,6 @@ pln_newlanding(struct emp_qelem *list, coord tx, coord ty, int cno)
|
||||||
cno, prplane(&plp->plane));
|
cno, prplane(&plp->plane));
|
||||||
else {
|
else {
|
||||||
if (plp->plane.pln_own != ship.shp_own) {
|
if (plp->plane.pln_own != ship.shp_own) {
|
||||||
/* plp->plane.pln_own = ship.shp_own;*/
|
|
||||||
wu(0, ship.shp_own, "%s %s lands on your %s\n",
|
wu(0, ship.shp_own, "%s %s lands on your %s\n",
|
||||||
cname(player->cnum), prplane(&plp->plane),
|
cname(player->cnum), prplane(&plp->plane),
|
||||||
prship(&ship));
|
prship(&ship));
|
||||||
|
@ -226,7 +225,6 @@ pln_newlanding(struct emp_qelem *list, coord tx, coord ty, int cno)
|
||||||
plp->plane.pln_y = ty;
|
plp->plane.pln_y = ty;
|
||||||
getsect(tx, ty, §);
|
getsect(tx, ty, §);
|
||||||
if (plp->plane.pln_own != sect.sct_own) {
|
if (plp->plane.pln_own != sect.sct_own) {
|
||||||
/* plp->plane.pln_own = sect.sct_own;*/
|
|
||||||
wu(0, sect.sct_own,
|
wu(0, sect.sct_own,
|
||||||
"%s %s lands at your sector %s\n",
|
"%s %s lands at your sector %s\n",
|
||||||
cname(player->cnum),
|
cname(player->cnum),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue