summary refs log tree commit diff stats
path: root/Classes/JumpGameMode.h
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2011-09-05 00:30:05 -0400
committerStarla Insigna <starla4444@gmail.com>2011-09-05 00:30:05 -0400
commitf39ff64d51952d8af896daf8b556178abc01d47a (patch)
tree59ca21f2de3ccf4a5d5c25d8c70ea55251362b8c /Classes/JumpGameMode.h
parentd279ad58f35364adf3b38dd0de82aa4848a69390 (diff)
downloadcartcollect-f39ff64d51952d8af896daf8b556178abc01d47a.tar.gz
cartcollect-f39ff64d51952d8af896daf8b556178abc01d47a.tar.bz2
cartcollect-f39ff64d51952d8af896daf8b556178abc01d47a.zip
Fixed jumping while paused in Jump mode
Refs #204 and fixes #214
Diffstat (limited to 'Classes/JumpGameMode.h')
-rw-r--r--Classes/JumpGameMode.h1
1 files changed, 1 insertions, 0 deletions
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 @@
14 CCSprite* water; 14 CCSprite* water;
15 int waterTick; 15 int waterTick;
16 BOOL wave; 16 BOOL wave;
17 BOOL isGesturing;
17 CGPoint gestureStartPoint; 18 CGPoint gestureStartPoint;
18 int jumpTick; 19 int jumpTick;
19 BOOL jump; 20 BOOL jump;