X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=main.c;h=dbdaef9c9d081d900c7f579bab267e38056fee08;hp=6457d055068984a423d0cf575d5a167c8039bbd3;hb=859663b14b6be8de667daa1110d4399a498821da;hpb=926a806db950bdb13fd24c8e85f93946c9ad7ee4 diff --git a/main.c b/main.c index 6457d05..dbdaef9 100644 --- a/main.c +++ b/main.c @@ -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);