From f2886601e15f41938c6735feb552e831ffeeefc1 Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Thu, 5 Nov 2015 09:24:36 -0500 Subject: Fixed the hand angle and made the flashlight, kinda okay --- include/entities.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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{ -- cgit v1.2.3