Line breaks and other formatting issues. No functional changes.
This commit is contained in:
parent
281840b604
commit
4c4fdca42b
37 changed files with 119 additions and 117 deletions
|
@ -109,8 +109,8 @@ torp(void)
|
|||
continue;
|
||||
}
|
||||
if ((mchr[(int)sub.shp_type].m_flags & M_TORP) == 0) {
|
||||
pr("Ship # %d: A %s can't fire torpedoes!\n", sub.shp_uid,
|
||||
mchr[(int)sub.shp_type].m_name);
|
||||
pr("Ship # %d: A %s can't fire torpedoes!\n",
|
||||
sub.shp_uid, mchr[(int)sub.shp_type].m_name);
|
||||
continue;
|
||||
}
|
||||
shells = sub.shp_item[I_SHELL];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue