rogue3, rogue4: fix log message formatting for wins.
This commit is contained in:
parent
6badae1890
commit
9ed6e5e369
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue