aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/entities.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/entities.hpp b/include/entities.hpp
index 720141c..864c863 100644
--- a/include/entities.hpp
+++ b/include/entities.hpp
@@ -68,7 +68,7 @@ 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 */
+ STALL_TRADER
};
/**
@@ -426,7 +426,7 @@ public:
}
void follow(Entity *f){
- following=f;
+ following = f;
belongsTo = true;
}
};