Removed commented code

Este commit está contenido en:
cognitivegears 2014-04-21 22:52:43 -05:00
padre 2644f5a2dc
commit 97bc20059c
Se han modificado 1 ficheros con 0 adiciones y 13 borrados

Ver fichero

@ -251,19 +251,6 @@ public class PaintBrush extends Player {
}
}
// @Override
// protected void findPath(int startX, int startY, int endX, int endY) {
// // The paintbrush can go anywhere
//// autoPath = new ArrayList<Node>();
//// autoPath.add(new Node(endX * 28, endY * 32));
// autoX = endX * 28;
// autoY = endY * 28;
// autoX -= autoX % 2; // Even numbered pixel only!
// autoY -= autoY % 2;
// automove = 1;
//
// }
@Override
public void moveLeft(boolean nudge) {
int dist = 28;