aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/entities.h')
-rw-r--r--include/entities.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/entities.h b/include/entities.h
index 56b3078..ab33988 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -208,6 +208,7 @@ public:
class Mob : public Entity{
public:
+ bool aggressive;
double init_y;
void (*hey)(Mob *callee);