diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2012-06-04 08:50:57 -0400 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2012-06-04 08:50:57 -0400 |
commit | b0c2d819e7e0cad63895dffed49c90dc305c6154 (patch) | |
tree | 337f0a11ae25a20066672cf2c6018ef2cecd8847 /src/com | |
parent | de4a0dc1802a91cd8601f9327ea2a39fadc6a5fb (diff) | |
download | frigidearth-b0c2d819e7e0cad63895dffed49c90dc305c6154.tar.gz frigidearth-b0c2d819e7e0cad63895dffed49c90dc305c6154.tar.bz2 frigidearth-b0c2d819e7e0cad63895dffed49c90dc305c6154.zip |
Added wait command
Diffstat (limited to 'src/com')
-rw-r--r-- | src/com/fourisland/frigidearth/MapViewGameState.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/fourisland/frigidearth/MapViewGameState.java b/src/com/fourisland/frigidearth/MapViewGameState.java index 5a13e7e..5d21a99 100644 --- a/src/com/fourisland/frigidearth/MapViewGameState.java +++ b/src/com/fourisland/frigidearth/MapViewGameState.java | |||
@@ -809,6 +809,10 @@ public class MapViewGameState implements GameState | |||
809 | 809 | ||
810 | break; | 810 | break; |
811 | 811 | ||
812 | case KeyEvent.VK_W: | ||
813 | // Wait a turn | ||
814 | break; | ||
815 | |||
812 | default: | 816 | default: |
813 | return; | 817 | return; |
814 | } | 818 | } |