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

Added text container with map translations to campaign state

Fixes missing translations for heroes names customized on maps after
their transfer to next scenario
This commit is contained in:
Ivan Savenko
2024-01-31 20:01:24 +02:00
parent 5c5fb523a4
commit 290cc1510b
6 changed files with 16 additions and 7 deletions

View File

@@ -227,7 +227,7 @@ public:
TextContainerRegistrable(const TextContainerRegistrable & other);
TextContainerRegistrable(TextContainerRegistrable && other) noexcept;
TextContainerRegistrable& operator=(TextContainerRegistrable b) = delete;
TextContainerRegistrable& operator=(const TextContainerRegistrable & b) = default;
};
/// Handles all text-related data in game