mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fix sonar, fix build
This commit is contained in:
@@ -121,7 +121,7 @@ void CIntObject::enable()
|
||||
recActions = ALL_ACTIONS;
|
||||
}
|
||||
|
||||
bool CIntObject::isDisabled()
|
||||
bool CIntObject::isDisabled() const
|
||||
{
|
||||
return recActions == NO_ACTIONS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user