mirror of
https://github.com/vcmi/vcmi.git
synced 2025-09-16 09:26:28 +02:00
market->getObjInstanceID()
This commit is contained in:
@@ -710,6 +710,11 @@ std::vector<TradeItemBuy> CGTownInstance::availableItemsIds(EMarketMode mode) co
|
||||
return IMarket::availableItemsIds(mode);
|
||||
}
|
||||
|
||||
ObjectInstanceID CGTownInstance::getObjInstanceID() const
|
||||
{
|
||||
return id;
|
||||
}
|
||||
|
||||
void CGTownInstance::updateAppearance()
|
||||
{
|
||||
auto terrain = cb->gameState()->getTile(visitablePos())->terType->getId();
|
||||
|
Reference in New Issue
Block a user