(item_prewrite): New.
(checksect, shp_prewrite, lnd_prewrite): Use it.
This commit is contained in:
parent
311ad32a88
commit
1e1f8088a8
4 changed files with 22 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue