mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Remove unused variables
This commit is contained in:
@@ -221,9 +221,6 @@ void CZonePlacer::placeOnGrid(CRandomGenerator* rand)
|
||||
}
|
||||
|
||||
//Spread apart player starting zones
|
||||
|
||||
auto zoneType = zone->getType();
|
||||
auto existingZoneType = existingZone->getType();
|
||||
if (zone->getOwner() && existingZone->getOwner()) //Players participate in game
|
||||
{
|
||||
int firstPlayer = zone->getOwner().value();
|
||||
|
Reference in New Issue
Block a user