From b0c2d819e7e0cad63895dffed49c90dc305c6154 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Mon, 4 Jun 2012 08:50:57 -0400 Subject: Added wait command --- src/com/fourisland/frigidearth/MapViewGameState.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/com/fourisland') 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 break; + case KeyEvent.VK_W: + // Wait a turn + break; + default: return; } -- cgit 1.4.1