Factor out ship firing range calculation into shp_fire_range()
This commit is contained in:
parent
b3c5ba2f75
commit
ad5f8e8904
6 changed files with 16 additions and 7 deletions
|
@ -186,5 +186,6 @@ extern int m_glim(struct mchrstr *, int);
|
|||
extern int shp_dchrg(struct shpstr *);
|
||||
extern int shp_fire(struct shpstr *);
|
||||
extern int shp_torp(struct shpstr *, int);
|
||||
extern double shp_fire_range(struct shpstr *);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue