aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameplay.hpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-20 13:46:23 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-20 13:46:23 +0100
commit0443633f412726e73cbc803e5c091be58311bd88 (patch)
treee4f5fa2956296cbf7227742ebc03b308d4f86192 /src/gameplay.hpp
parentrework parsing and level mangment. commit often (diff)
downloadthreshold-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.hpp3
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;