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:
Markus Armbruster 2008-05-31 18:56:48 +02:00
parent 1f7d8879ca
commit 2d953804ba

View file

@ -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, &sect); getsect(tx, ty, &sect);
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),