From f3ea6312f1e0d6a0069c41f71f6f40fdfbd8030a Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 11 Sep 2011 19:55:27 -0400 Subject: Made falling objects on the wave destroy at the ledges Previously, falling objects on the wave floated through the ledges--now they destroy when they touch the ledges just like objects not on the wave. Falling objects also now only fall straight downward if they were dropped while the wave was active. Closes #221 --- Classes/FallingObject.m | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Classes/FallingObject.m') diff --git a/Classes/FallingObject.m b/Classes/FallingObject.m index 86edd15..85ea902 100755 --- a/Classes/FallingObject.m +++ b/Classes/FallingObject.m @@ -93,16 +93,6 @@ } -- (BOOL)flag:(int)flag -{ - return flags[flag]; -} - -- (void)setFlag:(int)flag withValue:(BOOL)value -{ - flags[flag] = value; -} - - (void)dealloc { [sprite.parent removeChild:sprite cleanup:YES]; -- cgit 1.4.1