From 8123ad65be46e9b7243d3429dd083638eece0127 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Fri, 4 Jan 2013 15:02:20 -0500 Subject: Made pausing easier You can now pause by tapping in the top half of the screen in any mode that supports pausing. Closes #199 --- Classes/JumpGameMode.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Classes/JumpGameMode.h') diff --git a/Classes/JumpGameMode.h b/Classes/JumpGameMode.h index b18fd5a..a09bbea 100644 --- a/Classes/JumpGameMode.h +++ b/Classes/JumpGameMode.h @@ -11,12 +11,10 @@ @class LedgeFactory; -@interface JumpGameMode : GameMode { +@interface JumpGameMode : GameMode { CCSprite* water; int waterTick; BOOL wave; - BOOL isGesturing; - CGPoint gestureStartPoint; int jumpTick; BOOL jump; float expectedAngle; -- cgit 1.4.1