mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- properly construct the reply texts for Strife's merchants.
This commit is contained in:
parent
29012a89c6
commit
392ba7ed2e
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ class ConversationMenu : Menu
|
|||
let trade = Stringtable.Localize("$TXT_TRADE");
|
||||
let amount = String.Format("%u", reply.PrintAmount);
|
||||
trade.Replace("%u", amount);
|
||||
ReplyText = ReplyText .. trade;
|
||||
}
|
||||
let ReplyLines = SmallFont.BreakLines (ReplyText, ReplyWidth);
|
||||
|
||||
|
|
Loading…
Reference in a new issue