mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Remove unused variable on ApplyLandOwnershipFixes
This commit is contained in:
@@ -89,7 +89,6 @@ static void ApplyLandOwnershipFixes(const json_t& landOwnershipFixes, int owners
|
||||
const bool cannotDowngrade = ownershipParameters.contains(s_cannotDowngradeKey)
|
||||
? Json::GetBoolean(ownershipParameters[s_cannotDowngradeKey], false)
|
||||
: false;
|
||||
std::initializer_list<TileCoordsXY> tiles;
|
||||
for (size_t i = 0; i < ownershipCoords.size(); ++i)
|
||||
{
|
||||
if (!ownershipCoords[i].is_array())
|
||||
|
||||
Reference in New Issue
Block a user