aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/entities.hpp')
-rw-r--r--include/entities.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/entities.hpp b/include/entities.hpp
index 4abb3cb..2d96a9f 100644
--- a/include/entities.hpp
+++ b/include/entities.hpp
@@ -386,9 +386,8 @@ public:
};
class Object : public Entity{
-private:
- std::string iname;
public:
+ std::string iname;
std::string pickupDialog;
bool questObject = false;