(item_prewrite): New.

(checksect, shp_prewrite, lnd_prewrite): Use it.
This commit is contained in:
Markus Armbruster 2004-09-19 07:56:57 +00:00
parent 311ad32a88
commit 1e1f8088a8
4 changed files with 22 additions and 2 deletions

View file

@ -155,8 +155,10 @@ lnd_prewrite(int n, s_char *ptr)
putplane(pp->pln_uid, pp);
}
}
} else
} else {
item_prewrite(llp->lnd_item);
getland(n, &land);
}
return 1;
}