(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

@ -467,6 +467,7 @@ extern void sathead(void);
/* sect.c */
extern int sct_postread(int, s_char *);
extern int sct_prewrite(int, s_char *);
extern void item_prewrite(short *);
extern int issector(s_char *);
extern void sct_init(coord, coord, s_char *);
/* ship.c */