Unused variable removed
This commit is contained in:
@@ -32,7 +32,6 @@ public class BaseBuilderAI{
|
|||||||
|
|
||||||
private static int correct = 0, incorrect = 0;
|
private static int correct = 0, incorrect = 0;
|
||||||
|
|
||||||
private int lastX, lastY, lastW, lastH;
|
|
||||||
private boolean foundPath;
|
private boolean foundPath;
|
||||||
|
|
||||||
final TeamData data;
|
final TeamData data;
|
||||||
@@ -262,11 +261,6 @@ public class BaseBuilderAI{
|
|||||||
data.plans.add(new BlockPlan(cx + tile.x, cy + tile.y, tile.rotation, tile.block.id, tile.config));
|
data.plans.add(new BlockPlan(cx + tile.x, cy + tile.y, tile.rotation, tile.block.id, tile.config));
|
||||||
}
|
}
|
||||||
|
|
||||||
lastX = cx - 1;
|
|
||||||
lastY = cy - 1;
|
|
||||||
lastW = result.width + 2;
|
|
||||||
lastH = result.height + 2;
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user