aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.hpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-04-24 22:50:42 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-04-24 22:50:42 -0400
commit13236a26d3c1f4b09e105af42872ab4ad2753208 (patch)
tree3441e3b56644fd24bc46a5b3c659168e0a901afd /include/entities.hpp
parentcc2230e0039f06a7478878adcbc9ef028a223243 (diff)
Stuff
Diffstat (limited to 'include/entities.hpp')
-rw-r--r--include/entities.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/entities.hpp b/include/entities.hpp
index 460dc93..f3fcf0a 100644
--- a/include/entities.hpp
+++ b/include/entities.hpp
@@ -68,7 +68,6 @@ enum BUILD_SUB{
LAMP_POST, /**< a lamppost, creates light */
FIRE_PIT, /**< a firepit, creates fire particles / light */
STALL_MARKET = 70, /**< a stall for a merchant */
- STALL_TRADER /**< TODO */
};
/**
@@ -468,7 +467,7 @@ public:
}
void follow(Entity *f){
- following=f;
+ following = f;
belongsTo = true;
}
};