diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-20 13:46:23 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-20 13:46:23 +0100 |
commit | 0443633f412726e73cbc803e5c091be58311bd88 (patch) | |
tree | e4f5fa2956296cbf7227742ebc03b308d4f86192 /src/gameplay.hpp | |
parent | rework parsing and level mangment. commit often (diff) | |
download | threshold-0443633f412726e73cbc803e5c091be58311bd88.tar.gz threshold-0443633f412726e73cbc803e5c091be58311bd88.tar.bz2 threshold-0443633f412726e73cbc803e5c091be58311bd88.tar.xz threshold-0443633f412726e73cbc803e5c091be58311bd88.tar.zst threshold-0443633f412726e73cbc803e5c091be58311bd88.zip |
rework parsing and wave management
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; |