forked from github/server
missing newline in battle-logs
This commit is contained in:
parent
50504f0baf
commit
280f5a1e97
1 changed files with 1 additions and 1 deletions
|
@ -1740,7 +1740,7 @@ getreload(troop at)
|
||||||
static void
|
static void
|
||||||
debug_hit(troop at, const weapon * awp, troop dt, const weapon * dwp, int skdiff, int dist, boolean success)
|
debug_hit(troop at, const weapon * awp, troop dt, const weapon * dwp, int skdiff, int dist, boolean success)
|
||||||
{
|
{
|
||||||
fprintf(bdebug, "%.4s/%d [%6s/%d] %s %.4s/%d [%6s/%d] with %d distance %d",
|
fprintf(bdebug, "%.4s/%d [%6s/%d] %s %.4s/%d [%6s/%d] with %d, distance %d\n",
|
||||||
unitid(at.fighter->unit), at.index,
|
unitid(at.fighter->unit), at.index,
|
||||||
LOC(default_locale, awp ? resourcename(awp->type->itype->rtype, 0) : "unarmed"),
|
LOC(default_locale, awp ? resourcename(awp->type->itype->rtype, 0) : "unarmed"),
|
||||||
weapon_effskill(at, dt, awp, true, dist>1),
|
weapon_effskill(at, dt, awp, true, dist>1),
|
||||||
|
|
Loading…
Reference in a new issue