1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Rumors meta string

This commit is contained in:
nordsoft
2023-09-27 23:22:45 +02:00
parent ab373f08ab
commit 0ac893b80f
5 changed files with 15 additions and 14 deletions

View File

@@ -807,7 +807,7 @@ void CMapLoaderH3M::readRumors()
{
Rumor ourRumor;
ourRumor.name = readBasicString();
ourRumor.text = readLocalizedString(TextIdentifier("header", "rumor", it, "text"));
ourRumor.text.appendTextID(readLocalizedString(TextIdentifier("header", "rumor", it, "text")));
map->rumors.push_back(ourRumor);
}
}