Correct spelling as one word and as two words
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
b6bfc14ab2
commit
c5a2d136ec
18 changed files with 115 additions and 115 deletions
|
@ -161,7 +161,7 @@ torp(void)
|
|||
range = mapdist(sub.shp_x, sub.shp_y, vship.shp_x, vship.shp_y);
|
||||
hitchance = shp_torp_hitchance(&sub, range);
|
||||
if (range <= erange) {
|
||||
pr("Hitchance = %.0f%%\n", hitchance * 100);
|
||||
pr("Hit chance = %.0f%%\n", hitchance * 100);
|
||||
}
|
||||
if (range > erange)
|
||||
pr("Out of range\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue