diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/src/ch/asynk/rustanddust/game/states/StateDeployment.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/ch/asynk/rustanddust/game/states/StateDeployment.java b/core/src/ch/asynk/rustanddust/game/states/StateDeployment.java index b224e2e..a014b03 100644 --- a/core/src/ch/asynk/rustanddust/game/states/StateDeployment.java +++ b/core/src/ch/asynk/rustanddust/game/states/StateDeployment.java @@ -123,7 +123,6 @@ public class StateDeployment extends StateCommon { if (o == Orientation.KEEP) o = selectedUnit.getOrientation(); - map.revertEnter(selectedUnit); map.setOnBoard(selectedUnit, selectedHex, o); entryZone = null; |