From 3766c45c62eeca442e9ab700c09c547f08615b62 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 29 Jun 2016 17:56:48 -0400 Subject: chests, item dropping --- include/entities.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/entities.hpp') 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; -- cgit v1.2.3