Change: Remove scrollbar from town authority actions panel (#9928)
This commit is contained in:
@@ -258,7 +258,7 @@
|
||||
if (ScriptObject::GetCompany() == OWNER_DEITY) return false;
|
||||
if (!IsValidTown(town_id)) return false;
|
||||
|
||||
return HasBit(::GetMaskOfTownActions(nullptr, ScriptObject::GetCompany(), ::Town::Get(town_id)), town_action);
|
||||
return HasBit(::GetMaskOfTownActions(ScriptObject::GetCompany(), ::Town::Get(town_id)), town_action);
|
||||
}
|
||||
|
||||
/* static */ bool ScriptTown::PerformTownAction(TownID town_id, TownAction town_action)
|
||||
|
Reference in New Issue
Block a user