Line breaks and other formatting issues. No functional changes.

This commit is contained in:
Markus Armbruster 2006-05-21 13:05:24 +00:00
parent 281840b604
commit 4c4fdca42b
37 changed files with 119 additions and 117 deletions

View file

@ -515,8 +515,8 @@ att_abort(int combat_mode, struct combat *off, struct combat *def)
}
if (off && def->sct_dcp->d_mcst <= 0) {
pr("You can't %s a %s sector!\n", att_mode[combat_mode],
def->sct_dcp->d_name);
pr("You can't %s a %s sector!\n",
att_mode[combat_mode], def->sct_dcp->d_name);
return abort_attack();
}
if (!off || off->relations_checked)