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