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