mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-05 00:49:09 +02:00
Remove custom flag from Quick spell panel
This commit is contained in:
@ -121,6 +121,11 @@ void CIntObject::enable()
|
||||
recActions = ALL_ACTIONS;
|
||||
}
|
||||
|
||||
bool CIntObject::isDisabled()
|
||||
{
|
||||
return recActions == NO_ACTIONS;
|
||||
}
|
||||
|
||||
void CIntObject::setEnabled(bool on)
|
||||
{
|
||||
if (on)
|
||||
|
Reference in New Issue
Block a user