diff options
| -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 | } |
