diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-29 17:56:48 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-29 17:56:48 -0400 |
commit | 3766c45c62eeca442e9ab700c09c547f08615b62 (patch) | |
tree | 37e2c5c2c28f7a0c79eb39daa6276e018595be18 /include/entities.hpp | |
parent | df12451f837854c816bed32ae0d962fba9601959 (diff) |
chests, item dropping
Diffstat (limited to 'include/entities.hpp')
-rw-r--r-- | include/entities.hpp | 3 |
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; |