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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user