From f39ff64d51952d8af896daf8b556178abc01d47a Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Mon, 5 Sep 2011 00:30:05 -0400 Subject: Fixed jumping while paused in Jump mode Refs #204 and fixes #214 --- Classes/JumpGameMode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Classes/JumpGameMode.h') diff --git a/Classes/JumpGameMode.h b/Classes/JumpGameMode.h index 0d23317..0b6c5d2 100644 --- a/Classes/JumpGameMode.h +++ b/Classes/JumpGameMode.h @@ -14,6 +14,7 @@ CCSprite* water; int waterTick; BOOL wave; + BOOL isGesturing; CGPoint gestureStartPoint; int jumpTick; BOOL jump; -- cgit 1.4.1