From 081e30ff84f310550da289dd5a2b45abbc3517b6 Mon Sep 17 00:00:00 2001 From: EpicOrange Date: Wed, 24 Dec 2014 01:32:31 -0800 Subject: [PATCH] Changed tabs to spaces (forgot to configure eclipse) --- src/com/droidquest/items/AutoWire.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/droidquest/items/AutoWire.java b/src/com/droidquest/items/AutoWire.java index a28da45..e375616 100644 --- a/src/com/droidquest/items/AutoWire.java +++ b/src/com/droidquest/items/AutoWire.java @@ -113,7 +113,7 @@ public class AutoWire extends Item { if (animation == 1) { if (portdevices[0].ports[0].myWire == null) { // Wiring - portdevices[0].ports[0].myWire = new Wire(chip.ports[0], portdevices[0].ports[0]); + portdevices[0].ports[0].myWire = new Wire(chip.ports[0], portdevices[0].ports[0]); } else { // Unwiring portdevices[0].ports[0].myWire.Remove(); @@ -128,7 +128,7 @@ public class AutoWire extends Item { if (animation >= 2 && animation <= 8) { if (portdevices[0].ports[0].myWire != null) { // Wiring if (portdevices[animation - 1].ports[0].myWire == null) { - portdevices[animation - 1].ports[0].myWire = new Wire(chip.ports[animation - 1], portdevices[animation - 1].ports[0]); + portdevices[animation - 1].ports[0].myWire = new Wire(chip.ports[animation - 1], portdevices[animation - 1].ports[0]); } } else { // Unwiring