aboutsummaryrefslogtreecommitdiffstats
path: root/include/mob.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-06-10 15:33:02 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-06-10 15:33:02 -0400
commit076c984c438bea2b34f8dd3a62bb31ebd2eb5282 (patch)
treeb0252c6c054a86eebdf00afccd0afa83e7ff911a /include/mob.hpp
parent1e9f6aaddb2d21045f5e7dc63d6312a4407b3a08 (diff)
actual game making
Diffstat (limited to 'include/mob.hpp')
-rw-r--r--include/mob.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mob.hpp b/include/mob.hpp
index 0dd50ac..7ef4ff9 100644
--- a/include/mob.hpp
+++ b/include/mob.hpp
@@ -115,6 +115,8 @@ private:
std::string id;
bool triggered;
public:
+ bool notext;
+
Trigger(void);
void act(void);