diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2009-01-27 14:28:43 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2009-01-27 14:28:43 -0500 |
commit | 9ca53b553cfaf488f7e8e678721bf9e655fa377e (patch) | |
tree | fa110584eb1b083fbe0e005ab9f235f3a8f931f1 /nbproject/genfiles.properties | |
parent | cd6b39590b8aced78fc2f6ed0c345fb9af1960c0 (diff) | |
download | fourpuzzle-9ca53b553cfaf488f7e8e678721bf9e655fa377e.tar.gz fourpuzzle-9ca53b553cfaf488f7e8e678721bf9e655fa377e.tar.bz2 fourpuzzle-9ca53b553cfaf488f7e8e678721bf9e655fa377e.zip |
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).
Diffstat (limited to 'nbproject/genfiles.properties')
-rw-r--r-- | nbproject/genfiles.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index 5921ab8..391a3ec 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties | |||
@@ -6,3 +6,6 @@ build.xml.stylesheet.CRC32=be360661 | |||
6 | nbproject/build-impl.xml.data.CRC32=15d90fc1 | 6 | nbproject/build-impl.xml.data.CRC32=15d90fc1 |
7 | nbproject/build-impl.xml.script.CRC32=3013fcc1 | 7 | nbproject/build-impl.xml.script.CRC32=3013fcc1 |
8 | nbproject/build-impl.xml.stylesheet.CRC32=487672f9 | 8 | nbproject/build-impl.xml.stylesheet.CRC32=487672f9 |
9 | nbproject/profiler-build-impl.xml.data.CRC32=15d90fc1 | ||
10 | nbproject/profiler-build-impl.xml.script.CRC32=abda56ed | ||
11 | nbproject/profiler-build-impl.xml.stylesheet.CRC32=42cb6bcf | ||