mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Rename parameter and remove extra check
This commit is contained in:
@@ -191,7 +191,7 @@ void CGMarket::onHeroVisit(const CGHeroInstance * h) const
|
||||
|
||||
int CGMarket::getMarketEfficiency() const
|
||||
{
|
||||
return marketEfficacy;
|
||||
return marketEfficiency;
|
||||
}
|
||||
|
||||
bool CGMarket::allowsTrade(EMarketMode::EMarketMode mode) const
|
||||
|
||||
Reference in New Issue
Block a user