From 59860415a2782694f630f7803ae4bcf445b3f5f1 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 21 Feb 2015 15:22:21 -0500 Subject: Player can short jump --- src/mapview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mapview.h') diff --git a/src/mapview.h b/src/mapview.h index 06309e3..505ab25 100644 --- a/src/mapview.h +++ b/src/mapview.h @@ -54,6 +54,7 @@ class MapView : public State { bool holding_left = false; bool holding_right = false; bool holding_down = false; + bool holding_up = false; mob_t* player; Map* curMap; -- cgit 1.4.1