mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Update ISpellMechanics.cpp
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user