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