1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Fix crash on miniHillFort popup window

This commit is contained in:
MichalZr6
2024-11-15 00:58:35 +01:00
parent 7e2cad158a
commit ab1f1d6d99
3 changed files with 9 additions and 3 deletions

View File

@ -1337,7 +1337,7 @@ std::string HillFort::getPopupText(PlayerColor player) const
{
MetaString message = MetaString::createFromRawString("{%s}\r\n\r\n%s");
message.replaceName(ID);
message.replaceName(ID, subID);
message.replaceTextID(getDescriptionToolTip());
return message.toString();