forgot an assert
[supertux.git] / src / game_session.h
index a1ed467..9c5d381 100644 (file)
@@ -136,6 +136,7 @@ private:
   CodeController* end_sequence_controller;
 
   bool game_pause;
+  bool music_playing;
 
   std::string levelfile;