1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00
This commit is contained in:
Tomasz Zieliński 2024-05-07 09:14:16 +02:00
parent dd55188b77
commit 9763ea2ecb

View File

@ -142,9 +142,9 @@ ObstacleSet::EMapLevel ObstacleSet::getLevel() const
return level; return level;
} }
void ObstacleSet::setLevel(ObstacleSet::EMapLevel level) void ObstacleSet::setLevel(ObstacleSet::EMapLevel newLevel)
{ {
this->level = level; level = newLevel;
} }
std::set<FactionID> ObstacleSet::getFactions() const std::set<FactionID> ObstacleSet::getFactions() const