summary refs log tree commit diff stats
path: root/src/com/fourisland/fourpuzzle/gamestate/mapview/event/SpecialEvent.java
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-03-24 09:30:49 -0400
committerStarla Insigna <hatkirby@fourisland.com>2009-03-24 09:30:49 -0400
commit82cfc90465c6e85bc0b73a55ea00e7a70438d67f (patch)
tree49dbcde6c2dab4e98c6d6fb073be5549347d255b /src/com/fourisland/fourpuzzle/gamestate/mapview/event/SpecialEvent.java
parentde019d1faf3daa90898bb194d1aac64409ca8824 (diff)
downloadfourpuzzle-82cfc90465c6e85bc0b73a55ea00e7a70438d67f.tar.gz
fourpuzzle-82cfc90465c6e85bc0b73a55ea00e7a70438d67f.tar.bz2
fourpuzzle-82cfc90465c6e85bc0b73a55ea00e7a70438d67f.zip
Engine: Allowed LoopUntilCollisionMoveEvent to be cancelled
Diffstat (limited to 'src/com/fourisland/fourpuzzle/gamestate/mapview/event/SpecialEvent.java')
-rwxr-xr-xsrc/com/fourisland/fourpuzzle/gamestate/mapview/event/SpecialEvent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/fourisland/fourpuzzle/gamestate/mapview/event/SpecialEvent.java b/src/com/fourisland/fourpuzzle/gamestate/mapview/event/SpecialEvent.java index 2daefab..2970056 100755 --- a/src/com/fourisland/fourpuzzle/gamestate/mapview/event/SpecialEvent.java +++ b/src/com/fourisland/fourpuzzle/gamestate/mapview/event/SpecialEvent.java
@@ -163,7 +163,7 @@ public class SpecialEvent {
163 /** 163 /**
164 * Waits until all previously called MoveEvent()s have finished 164 * Waits until all previously called MoveEvent()s have finished
165 * 165 *
166 * @throws InterruptedException 166 * @throws InterruptedException
167 */ 167 */
168 public void MoveEventWait() throws InterruptedException 168 public void MoveEventWait() throws InterruptedException
169 { 169 {