aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-11-05 09:24:36 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-11-05 09:24:36 -0500
commitf2886601e15f41938c6735feb552e831ffeeefc1 (patch)
tree57ce70baa6d3ad98f94ab37a47927ea4705befb6 /include/entities.h
parent763c18abe97ccaaf977cb4d09d53ef3b230100d7 (diff)
Fixed the hand angle and made the flashlight, kinda okay
Diffstat (limited to 'include/entities.h')
-rw-r--r--include/entities.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/entities.h b/include/entities.h
index a9375c3..422d5d8 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -81,6 +81,7 @@ public:
QuestHandler qh;
Player();
void interact();
+ bool light = false;
};
class NPC : public Entity{