From 50bfb70e9a1788e6f64800001919e3d8386eb81d Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 9 May 2016 07:42:18 -0400 Subject: world draw fixes --- include/inventory.hpp | 4 ---- include/world.hpp | 4 +--- 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'include') diff --git a/include/inventory.hpp b/include/inventory.hpp index 552b30c..1431f42 100644 --- a/include/inventory.hpp +++ b/include/inventory.hpp @@ -204,10 +204,6 @@ public: ~NewCurrency(){} }; -/*********************************************************************************** - * OLD STUFF THAT NEEDS TO BURN * - **********************************************************************************/ - /*********************************************************************************** * OLD STUFF THAT NEEDS TO GET UPDATED * **********************************************************************************/ 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 getMobs(void); - // gets the nearest interactable entity to the given one Entity *getNearInteractable(Entity &e); -- cgit v1.2.3