aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-02-04 09:24:54 -0500
committerClyne Sullivan <tullivan99@gmail.com>2016-02-04 09:24:54 -0500
commit2cb30b167401f1785ebfa744e8612639a150deb2 (patch)
treea796345db5e2dd3da3ab51367de8ae292a4c497b /include
parent5f18e763031091a34dc7e279424c2359f63e3d9c (diff)
bug fixes
Diffstat (limited to 'include')
-rw-r--r--include/entities.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/entities.h b/include/entities.h
index 41f2fff..9cc1b31 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -208,6 +208,7 @@ public:
bool aggressive;
double init_y;
void (*hey)(Mob *callee);
+ std::string heyid;
Mob(int);
~Mob();