mirror of
https://github.com/vcmi/vcmi.git
synced 2025-05-23 22:40:07 +02:00
Update ISpellMechanics.cpp
This commit is contained in:
parent
a77cbc311e
commit
ae7821462d
@ -607,7 +607,7 @@ bool BaseMechanics::isSmart() const
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return smart;
|
return (bool)smart;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -620,7 +620,7 @@ bool BaseMechanics::isMassive() const
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return massive;
|
return (bool)massive;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user