mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Unified income handling, added IOwnableObject interface
This commit is contained in:
@ -395,4 +395,9 @@ BattleField CGObjectInstance::getBattlefield() const
|
||||
return VLC->objtypeh->getHandlerFor(ID, subID)->getBattlefield();
|
||||
}
|
||||
|
||||
const IOwnableObject * CGObjectInstance::asOwnable() const
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
VCMI_LIB_NAMESPACE_END
|
||||
|
Reference in New Issue
Block a user