From 0526f49e9b06d77f979d3e3ae67ce4f8b827a362 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Fri, 30 Jan 2009 14:03:13 -0500 Subject: Created Viewpoint --- .../fourpuzzle/gamestate/mapview/event/SpecialEvent.java | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/com/fourisland/fourpuzzle/gamestate/mapview/event/SpecialEvent.java') diff --git a/src/com/fourisland/fourpuzzle/gamestate/mapview/event/SpecialEvent.java b/src/com/fourisland/fourpuzzle/gamestate/mapview/event/SpecialEvent.java index 52b75de..615396b 100644 --- a/src/com/fourisland/fourpuzzle/gamestate/mapview/event/SpecialEvent.java +++ b/src/com/fourisland/fourpuzzle/gamestate/mapview/event/SpecialEvent.java @@ -17,14 +17,6 @@ import java.util.logging.Logger; * @author hatkirby */ public class SpecialEvent { - - /* TODO Create a manager for SpecialEvent action threads that - * controls when they are executed and allows MapViewGameState - * to poll it to see if it is currently managing any action - * threads. If it is, MapViewGameState should be able to prevent - * certain actions from occuring (unless the action thread is - * ParallelProcess) such as keyboard input. - */ /** * Display a message on the screen. -- cgit 1.4.1