(dodeliver): Remove parameter vec, work with sp->sct_item[] instead.
This is safe, because the only caller passed a copy of the latter created with getvec(), and dodeliver() doesn't change it. Caller changed. Return value no longer needed, remove.
This commit is contained in:
parent
a46cee180a
commit
d68a0b96c6
3 changed files with 7 additions and 17 deletions
|
@ -615,7 +615,7 @@ extern void guerrilla(struct sctstr *);
|
|||
/* sail.c */
|
||||
extern void sail_ship(natid);
|
||||
/* sect.c */
|
||||
extern int dodeliver(struct sctstr *, int *);
|
||||
extern void dodeliver(struct sctstr *);
|
||||
extern void do_fallout(register struct sctstr *, register int);
|
||||
extern void spread_fallout(struct sctstr *, int);
|
||||
extern void decay_fallout(struct sctstr *, int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue