summary refs log tree commit diff stats
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game.h b/src/game.h index 33d1965..ab8b906 100644 --- a/src/game.h +++ b/src/game.h
@@ -40,8 +40,6 @@ class Game {
40 std::list<std::shared_ptr<Entity>> nextEntities; 40 std::list<std::shared_ptr<Entity>> nextEntities;
41 bool newWorld; 41 bool newWorld;
42 std::shared_ptr<Entity> player; 42 std::shared_ptr<Entity> player;
43 Map m {Map::getNamedMap("embarass")};
44 Map m2 {Map::getNamedMap("second")};
45 Savefile save; 43 Savefile save;
46 std::list<std::pair<double, std::function<void ()>>> scheduled; 44 std::list<std::pair<double, std::function<void ()>>> scheduled;
47 bool shouldQuit = false; 45 bool shouldQuit = false;