aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-03-24 09:23:53 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-03-24 09:23:53 -0400
commitcff9c47a543d68f9f661ffcd373bf888ae8671ca (patch)
treeed7338df3351b22cd7fa24f4a0bed8279db920d4 /include/entities.h
parent75a3ceb61ad4816ce03e6b615de2ce9331452aaa (diff)
parentc9bce16570160af24ae7f1f04249aa0e8313fb06 (diff)
npc world walking
Diffstat (limited to 'include/entities.h')
-rw-r--r--include/entities.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/entities.h b/include/entities.h
index acb2986..3b13ce3 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -195,7 +195,6 @@ public:
class Player : public Entity{
public:
QuestHandler qh;
- bool light = false;
Player();
~Player();