mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Style
This commit is contained in:
parent
dd55188b77
commit
9763ea2ecb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user