diff options
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/entities.h b/include/entities.h index 545f0a4..3b8a19b 100644 --- a/include/entities.h +++ b/include/entities.h @@ -228,8 +228,8 @@ class Structures : public Entity{ public: BUILD_SUB bsubtype; World *inWorld; - char *inside; - char *textureLoc; + std::string inside; + std::string textureLoc; Structures(); ~Structures(); |