diff options
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/entities.h b/include/entities.h index 0f7ac9b..0fcc662 100644 --- a/include/entities.h +++ b/include/entities.h @@ -152,6 +152,7 @@ public: GENDER gender; Texturec *tex; + Texturec *ntex; unsigned int randDialog; @@ -169,7 +170,7 @@ public: void baseLoad(char *); }; -class Player : public Entity { +class Player : public Entity{ public: QuestHandler qh; bool light = false; |