X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fresources.cpp;h=f2c3c0a17b156f3f06e6f34b1295c5f8d37c267f;hb=810053f3d4fbacb77f22bb4c2c60f5615ad5ec36;hp=c5b0842466e311653890ca89aeeca79757a5e5c2;hpb=7a87271678d68514ae2158c0c7adb383d6002872;p=supertux.git diff --git a/src/resources.cpp b/src/resources.cpp index c5b084246..f2c3c0a17 100644 --- a/src/resources.cpp +++ b/src/resources.cpp @@ -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" @@ -43,6 +42,7 @@ Menu* contrib_subset_menu = 0; MusicRef herring_song; MusicRef level_end_song; +MusicRef credits_song; SpriteManager* sprite_manager = 0; TileManager* tile_manager = 0; @@ -154,7 +154,6 @@ void loadshared() true); /* Sound effects: */ - for (i = 0; i < NUM_SOUNDS; i++) SoundManager::get()->add_sound(SoundManager::get ()->load_sound(datadir + soundfilenames[i]),i);