diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-04 14:54:21 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-04 14:54:21 -0400 |
commit | a7bbe5cc18fe5b24f5d97d4acce164998d8d5517 (patch) | |
tree | 8ef8f0ce2303bbd0aef68c66e7687ec3ca216d30 /include/entities.hpp | |
parent | c74d256646cf0c438feee2ac703cc1f34b47b8ec (diff) |
physics, removed extra couts
Diffstat (limited to 'include/entities.hpp')
-rw-r--r-- | include/entities.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/entities.hpp b/include/entities.hpp index e7864d0..7c1a254 100644 --- a/include/entities.hpp +++ b/include/entities.hpp @@ -177,6 +177,8 @@ public: Texturec *tex; Texturec *ntex; + float targetx; + unsigned int randDialog; void draw(void); |