diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-02-04 09:24:54 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-02-04 09:24:54 -0500 |
commit | 2cb30b167401f1785ebfa744e8612639a150deb2 (patch) | |
tree | a796345db5e2dd3da3ab51367de8ae292a4c497b /include | |
parent | 5f18e763031091a34dc7e279424c2359f63e3d9c (diff) |
bug fixes
Diffstat (limited to 'include')
-rw-r--r-- | include/entities.h | 1 |
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(); |