aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-11-09 08:47:39 -0500
committerClyne Sullivan <tullivan99@gmail.com>2015-11-09 08:47:39 -0500
commitb0f7e8d2caa72ab1fe93fa58dbfa841750d96037 (patch)
treea72cfd9752944a4c8628527e9dc5a62ae31e7e3e /src/entities.cpp
parent9748d6306db7aa66128baeeca4c2a27b0efa1d87 (diff)
draw/handle all layers
Diffstat (limited to 'src/entities.cpp')
-rw-r--r--src/entities.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entities.cpp b/src/entities.cpp
index 9a3730e..b076684 100644
--- a/src/entities.cpp
+++ b/src/entities.cpp
@@ -64,6 +64,8 @@ Structures::Structures(){ //sets the structure type
near = false;
tex = new Texturec(1,"assets/house1.png");
+
+ inWorld = NULL;
}
Mob::Mob(int sub){