fix #H4329 - building with Qt

In mid-December, formatkiller() was given an additional argument
but qt_win.cpp didn't get updated to reflect that.
This commit is contained in:
PatR
2016-05-03 14:01:30 -07:00
parent b98427955c
commit 457203d87f
2 changed files with 12 additions and 9 deletions

View File

@@ -3292,7 +3292,7 @@ static char** rip_line=0;
Sprintf(rip_line[GOLD_LINE], "%ld Au", done_money);
/* Put together death description */
formatkiller(buf, sizeof buf, how);
formatkiller(buf, sizeof buf, how, FALSE);
/* Put death type on stone */
for (line=DEATH_LINE, dpx = buf; line<YEAR_LINE; line++) {