diff options
Diffstat (limited to 'src/mapview.h')
-rw-r--r-- | src/mapview.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
54 | bool holding_left = false; | 54 | bool holding_left = false; |
55 | bool holding_right = false; | 55 | bool holding_right = false; |
56 | bool holding_down = false; | 56 | bool holding_down = false; |
57 | bool holding_up = false; | ||
57 | mob_t* player; | 58 | mob_t* player; |
58 | 59 | ||
59 | Map* curMap; | 60 | Map* curMap; |