(nxtitemp): Remove last parameter. Non-zero argument doesn't make

sense and is never passed.  Callers changed.
This commit is contained in:
Markus Armbruster 2005-05-28 08:22:42 +00:00
parent e27724fbc9
commit 9b28594b5b
4 changed files with 10 additions and 16 deletions

View file

@ -771,7 +771,7 @@ extern int load_it(struct shpstr *, struct sctstr *,
extern void unload_it(struct shpstr *);
extern void auto_fuel_ship(struct shpstr *);
/* nxtitemp.c */
extern s_char *nxtitemp(struct nstr_item *, int);
extern s_char *nxtitemp(struct nstr_item *);
/* nxtsctp.c */
extern struct sctstr *nxtsctp(register struct nstr_sect *);
/* plague.c */