1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Fixed game startup

This commit is contained in:
Ivan Savenko
2022-12-20 20:26:54 +02:00
parent e1799379dd
commit 2de3178158
9 changed files with 50 additions and 42 deletions

View File

@@ -35,6 +35,9 @@ class DLL_LINKAGE ObjectTemplate
/// list of terrains on which this object can be placed
std::set<TerrainId> allowedTerrains;
/// or, allow placing object on any terrain
bool anyTerrain;
void afterLoadFixup();
public: