aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.hpp
diff options
context:
space:
mode:
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);