X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgameloop.h;h=a63a24b05b900ccd5d762ebf569ea71c805ff61a;hb=3b5cd0c1ef515b2c510f7378819fab398e2be9d2;hp=d1898be8ff736fd89e83296cbef1aee2e9810867;hpb=5a542dea3c6043703683b68fcaa774f6cb0d9127;p=supertux.git diff --git a/src/gameloop.h b/src/gameloop.h index d1898be8f..a63a24b05 100644 --- a/src/gameloop.h +++ b/src/gameloop.h @@ -79,7 +79,6 @@ private: bool game_pause; std::string levelfile; - bool flip_level; // the sector and spawnpoint we shoudl spawn after this frame std::string newsector; @@ -93,8 +92,7 @@ public: DrawingContext* context; Timer2 time_left; - GameSession(const std::string& levelfile, int mode, bool flip_level_ = false, - Statistics* statistics = 0); + GameSession(const std::string& levelfile, int mode, Statistics* statistics=0); ~GameSession(); /** Enter the busy loop */