Documentation polishing.

This commit is contained in:
Eric S. Raymond 2017-07-09 07:03:26 -04:00
parent 926a806db9
commit 859663b14b
2 changed files with 3 additions and 3 deletions

4
main.c
View file

@ -433,9 +433,7 @@ static bool dwarfmove(void)
}
}
/* Now we know what's happening. Let's tell the poor sucker about it.
* Note that various of the "knife" messages must have specific relative
* positions in the rspeak database. */
/* Now we know what's happening. Let's tell the poor sucker about it. */
if (game.dtotal == 0)
return true;
rspeak(game.dtotal == 1 ? DWARF_SINGLE : DWARF_PACK, game.dtotal);