Factor out torpedo hit chance into shp_torp_hitchance()
This commit is contained in:
parent
4849600cd5
commit
504f035450
5 changed files with 24 additions and 17 deletions
|
@ -188,5 +188,6 @@ extern int shp_fire(struct shpstr *);
|
|||
extern int shp_torp(struct shpstr *, int);
|
||||
extern double shp_fire_range(struct shpstr *);
|
||||
extern int shp_usable_guns(struct shpstr *);
|
||||
extern double shp_torp_hitchance(struct shpstr *, int);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue