1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +02:00
This commit is contained in:
Ivan Savenko
2024-04-10 20:03:59 +03:00
parent 3fc4383153
commit 320469d773
3 changed files with 4 additions and 4 deletions

View File

@@ -925,7 +925,7 @@ void AdventureMapInterface::onScreenResize()
activate();
}
bool AdventureMapInterface::isValidAdventureSpellTarget(int3 targetPosition)
bool AdventureMapInterface::isValidAdventureSpellTarget(int3 targetPosition) const
{
spells::detail::ProblemImpl problem;