TODO update, MrTree behaviour improvements
[supertux.git] / src / gameloop.h
index 1d01487..a63a24b 100644 (file)
@@ -78,8 +78,7 @@ private:
 
   bool game_pause;
 
-  std::string levelname;
-  bool flip_level;
+  std::string levelfile;
 
   // the sector and spawnpoint we shoudl spawn after this frame
   std::string newsector;
@@ -93,7 +92,7 @@ public:
   DrawingContext* context;
   Timer2 time_left;
 
-  GameSession(const std::string& level, int mode, bool flip_level_ = false, Statistics* statistics = NULL);
+  GameSession(const std::string& levelfile, int mode, Statistics* statistics=0);
   ~GameSession();
 
   /** Enter the busy loop */