aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.hpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-05-02 07:36:43 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-05-02 07:36:43 -0400
commitc61cbf691bee6dec791c3a161145ae16b448ac2b (patch)
treec276a82d88353d2863bd4da76a77715bab7bc4f2 /include/entities.hpp
parent992969772def3578acbd1cef0155333636f75862 (diff)
parentafa34b3140979874d46a362e83dc0d1eebd137eb (diff)
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'include/entities.hpp')
-rw-r--r--include/entities.hpp5
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);