rogue3, rogue4: fix log message formatting for wins.

This commit is contained in:
John "Elwin" Edwards 2012-08-07 21:17:29 +00:00
parent 6badae1890
commit 9ed6e5e369
2 changed files with 2 additions and 2 deletions

View file

@ -276,7 +276,7 @@ void writelog(int amount, int flags, char monst)
}
else if (flags == 2) /* won */
{
sprintf(ltemp, "escaped with the Amulet [deepest level :%d]\n",
sprintf(ltemp, "escaped with the Amulet [deepest level: %d]\n",
max_level);
strcat(logmessage, ltemp);
}