added a bell object which is a new better way to do reset points
[supertux.git] / src / resources.cpp
index d35e1a5..f2c3c0a 100644 (file)
@@ -24,7 +24,6 @@
 #include "app/setup.h"
 #include "gui/menu.h"
 #include "gui/button.h"
-#include "scene.h"
 #include "resources.h"
 #include "tile_manager.h"
 #include "object/gameobjs.h"
@@ -164,8 +163,6 @@ void loadshared()
                    ()->load_music(datadir + "/music/salcon.mod");
   level_end_song = SoundManager::get
                      ()->load_music(datadir + "/music/leveldone.mod");
-  credits_song = SoundManager::get
-                   ()->load_music(datadir + "/music/credits.ogg");
 }
 
 /* Free shared data: */