updating Nolok/dummy-guy image placeholder
[supertux.git] / lib / audio / sound_manager.h
index 5dc7cce..4c6e5d7 100644 (file)
@@ -38,8 +38,7 @@ namespace SuperTux
     NO_MUSIC,
     LEVEL_MUSIC,
     HURRYUP_MUSIC,
-    HERRING_MUSIC,
-    CREDITS_MUSIC
+    HERRING_MUSIC
   };
 
   /// Sound manager
@@ -60,7 +59,7 @@ namespace SuperTux
       MusicRef load_music(const std::string& file);
 
       /// Load sound.
-      Mix_Chunk * load_sound(const std::string& file);
+      Mix_Chunk* load_sound(const std::string& file);
 
       /// Test if a certain music file exists.
       bool exists_music(const std::string& filename);