New grow and skid sounds from remaxim
[supertux.git] / src / game_session.hpp
index edae3a6..ec3fffb 100644 (file)
@@ -99,7 +99,6 @@ private:
   void process_events();
   void capture_demo_step();
 
-  void levelintro();
   void drawstatus(DrawingContext& context);
   void draw_pause(DrawingContext& context);
 
@@ -148,6 +147,7 @@ private:
   float play_time; /**< total time in seconds that this session ran interactively */
 
   bool edit_mode; /**< true if GameSession runs in level editor mode */
+  bool levelintro_shown; /**< true if the LevelIntro screen was already shown */
 };
 
 #endif /*SUPERTUX_GAMELOOP_H*/