From 9ca53b553cfaf488f7e8e678721bf9e655fa377e Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Tue, 27 Jan 2009 14:28:43 -0500 Subject: Fixed "walk-thru-me" bug Previously, Map's checkForCollision did not properly check collision and would allow an event to initiate movement to a location another event was already moving to (but wasn't at yet). --- build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 6fa8e66..55cda1a 100644 --- a/build.xml +++ b/build.xml @@ -5,7 +5,8 @@ Builds, tests, and runs the project Four Puzzle Library. -