summary refs log tree commit diff stats
path: root/src/mapview.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2015-02-21 15:22:21 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2015-02-21 15:22:21 -0500
commit59860415a2782694f630f7803ae4bcf445b3f5f1 (patch)
tree6c5dade6c2915cc68d69d536b465a5c6d7bd53fc /src/mapview.h
parente3e5a247c58c6e0b45d81ab61314bd8d1bd530ac (diff)
downloadtherapy-59860415a2782694f630f7803ae4bcf445b3f5f1.tar.gz
therapy-59860415a2782694f630f7803ae4bcf445b3f5f1.tar.bz2
therapy-59860415a2782694f630f7803ae4bcf445b3f5f1.zip
Player can short jump
Diffstat (limited to 'src/mapview.h')
-rw-r--r--src/mapview.h1
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;