summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/rustanddust/game/map
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-03-27 01:05:38 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2016-03-27 01:05:38 +0100
commit3b5a05b292eefeabcd1806e5b6eb90185d5fe915 (patch)
tree0dc76642f125dba0556a25e2e89ec3ba43b522d9 /core/src/ch/asynk/rustanddust/game/map
parentfc0cf498781e438d3f3e899461d1dca54dba2ca7 (diff)
downloadRustAndDust-3b5a05b292eefeabcd1806e5b6eb90185d5fe915.zip
RustAndDust-3b5a05b292eefeabcd1806e5b6eb90185d5fe915.tar.gz
Order: remove useless unitCode, unitType, unitHex
Diffstat (limited to 'core/src/ch/asynk/rustanddust/game/map')
-rw-r--r--core/src/ch/asynk/rustanddust/game/map/Map5Marshal.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/ch/asynk/rustanddust/game/map/Map5Marshal.java b/core/src/ch/asynk/rustanddust/game/map/Map5Marshal.java
index a961b11..a12d463 100644
--- a/core/src/ch/asynk/rustanddust/game/map/Map5Marshal.java
+++ b/core/src/ch/asynk/rustanddust/game/map/Map5Marshal.java
@@ -394,7 +394,6 @@ public abstract class Map5Marshal extends Map4Orders implements Marshal
Move move = Move.get(unit, from, to, orientation, path);
Order o = Order.get();
o.setMove(unit, move);
- o.unitHex = from;
return o;
}