mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-11 01:10:26 +02:00
Remove duplicate semicolons
This commit is contained in:
@ -402,7 +402,7 @@ void CZonePlacer::placeZones(CRandomGenerator * rand)
|
||||
//TODO: Don't do this is fitness was improved
|
||||
moveOneZone(zones, totalForces, distances, overlaps);
|
||||
|
||||
improved |= evaluateSolution();;
|
||||
improved |= evaluateSolution();
|
||||
}
|
||||
|
||||
if (!improved)
|
||||
|
Reference in New Issue
Block a user