aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/entities.h')
-rw-r--r--include/entities.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/entities.h b/include/entities.h
index d234768..926eeae 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -28,7 +28,7 @@ enum _TYPE {
enum GENDER{
MALE,
FEMALE,
- NONE
+ TRANSBULLSHIT
};
enum MOB_SUB {
@@ -198,7 +198,9 @@ public:
class Structures : public Entity{
public:
BUILD_SUB bsubtype;
+ World *inWorld;
char *inside;
+ char *textureLoc;
Structures();
~Structures();