diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-05-02 07:36:43 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-05-02 07:36:43 -0400 |
commit | c61cbf691bee6dec791c3a161145ae16b448ac2b (patch) | |
tree | c276a82d88353d2863bd4da76a77715bab7bc4f2 /include/entities.hpp | |
parent | 992969772def3578acbd1cef0155333636f75862 (diff) | |
parent | afa34b3140979874d46a362e83dc0d1eebd137eb (diff) |
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'include/entities.hpp')
-rw-r--r-- | include/entities.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/entities.hpp b/include/entities.hpp index 8620206..f8780df 100644 --- a/include/entities.hpp +++ b/include/entities.hpp @@ -230,10 +230,7 @@ public: GENDER gender; // a texture handler for the entity - Texturec *tex; - - // TODO - Texturec *ntex; + TextureIterator tex; // draws the entity to the screen void draw(void); |