diff options
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{ |