summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/ch/asynk')
-rw-r--r--core/src/ch/asynk/rustanddust/game/states/StateDeployment.java1
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;