diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/inventory.hpp | 4 | ||||
-rw-r--r-- | include/world.hpp | 4 |
2 files changed, 1 insertions, 7 deletions
diff --git a/include/inventory.hpp b/include/inventory.hpp index 552b30c..1431f42 100644 --- a/include/inventory.hpp +++ b/include/inventory.hpp @@ -205,10 +205,6 @@ public: }; /*********************************************************************************** - * OLD STUFF THAT NEEDS TO BURN * - **********************************************************************************/ - -/*********************************************************************************** * OLD STUFF THAT NEEDS TO GET UPDATED * **********************************************************************************/ class Inventory { 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); |