diff options
Diffstat (limited to 'include/world.hpp')
-rw-r--r-- | include/world.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/world.hpp b/include/world.hpp index 5bfd9f2..ac17580 100644 --- a/include/world.hpp +++ b/include/world.hpp @@ -112,7 +112,7 @@ protected: unsigned int lineCount; // the left-most (negative) coordinate of the worldStart - int worldStart; + float worldStart; // holds / handles textures for background elements TextureIterator bgTex; @@ -192,8 +192,6 @@ public: // gets a pointer to the most recently added mob Mob *getLastMob(void); - std::vector<Entity*> getMobs(void); - // gets the nearest interactable entity to the given one Entity *getNearInteractable(Entity &e); |