diff options
Diffstat (limited to 'src/gameplay.hpp')
-rw-r--r-- | src/gameplay.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gameplay.hpp b/src/gameplay.hpp index be07491..da85c51 100644 --- a/src/gameplay.hpp +++ b/src/gameplay.hpp @@ -58,9 +58,6 @@ class Game { Entity* player; - std::string next; // next level - std::string current; // next level - std::string background; // next level Level* level; int frameWidth; |