diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-11-05 09:24:36 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-11-05 09:24:36 -0500 |
commit | f2886601e15f41938c6735feb552e831ffeeefc1 (patch) | |
tree | 57ce70baa6d3ad98f94ab37a47927ea4705befb6 /include/entities.h | |
parent | 763c18abe97ccaaf977cb4d09d53ef3b230100d7 (diff) |
Fixed the hand angle and made the flashlight, kinda okay
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 1 |
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{ |