Fix for correct music playing after dying in a different sector
[supertux.git] / src / audio / sound_manager.hpp
index 7056b0d..102b0a8 100644 (file)
@@ -74,7 +74,9 @@ public:
   bool is_audio_enabled() {
     return device != 0 && context != 0;
   }
-
+  std::string get_current_music() const {
+    return current_music;
+  }
   void update();
 
   /*