diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2014-10-31 14:59:34 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2014-10-31 14:59:34 +0100 |
commit | af674395951f8bca1effe8be36f9941d7d575678 (patch) | |
tree | f308779f3da824fd8d3a2361cc4e7af8dcb0cc44 /core/src/ch/asynk/tankontank/game/states | |
parent | 032a15831adc3ee834ce5bfb13282f06e363c379 (diff) | |
download | RustAndDust-af674395951f8bca1effe8be36f9941d7d575678.zip RustAndDust-af674395951f8bca1effe8be36f9941d7d575678.tar.gz |
update TODO file and TODO/FIXME comments
Diffstat (limited to 'core/src/ch/asynk/tankontank/game/states')
-rw-r--r-- | core/src/ch/asynk/tankontank/game/states/StateRotate.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/ch/asynk/tankontank/game/states/StateRotate.java b/core/src/ch/asynk/tankontank/game/states/StateRotate.java index e9d6b65..b651312 100644 --- a/core/src/ch/asynk/tankontank/game/states/StateRotate.java +++ b/core/src/ch/asynk/tankontank/game/states/StateRotate.java @@ -56,7 +56,7 @@ public class StateRotate extends StateCommon { if (rotationSet) return; - // FIXME: if to is on the border of the board ... + // FIXME: out of board Orientation ??? o = Orientation.fromAdj(to.getCol(), to.getRow(), downHex.getCol(), downHex.getRow()); if (o == Orientation.KEEP) return; |