X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fworldmap.cpp;h=9ef7b6d3ec2765088c49133758313bbf5d34708e;hb=69f9e7f80e7c9e79f9da3672338aa08c447ebef2;hp=2b4e847547e38a242ba2eb832355d1bc51f4a64c;hpb=795f0b283fcb1c8777723dc1cc850826d39c6806;p=supertux.git diff --git a/src/worldmap.cpp b/src/worldmap.cpp index 2b4e84754..9ef7b6d3e 100644 --- a/src/worldmap.cpp +++ b/src/worldmap.cpp @@ -26,32 +26,32 @@ #include #include -#include "gettext.h" -#include "video/surface.h" -#include "video/screen.h" -#include "video/drawing_context.h" -#include "sprite/sprite_manager.h" -#include "audio/sound_manager.h" -#include "lisp/parser.h" -#include "lisp/lisp.h" -#include "lisp/list_iterator.h" -#include "lisp/writer.h" -#include "game_session.h" -#include "sector.h" -#include "worldmap.h" -#include "resources.h" -#include "misc.h" -#include "player_status.h" -#include "textscroller.h" -#include "main.h" -#include "spawn_point.h" -#include "file_system.h" -#include "gui/menu.h" -#include "gui/mousecursor.h" -#include "control/joystickkeyboardcontroller.h" -#include "object/background.h" -#include "object/tilemap.h" -#include "scripting/script_interpreter.h" +#include "gettext.hpp" +#include "video/surface.hpp" +#include "video/screen.hpp" +#include "video/drawing_context.hpp" +#include "sprite/sprite_manager.hpp" +#include "audio/sound_manager.hpp" +#include "lisp/parser.hpp" +#include "lisp/lisp.hpp" +#include "lisp/list_iterator.hpp" +#include "lisp/writer.hpp" +#include "game_session.hpp" +#include "sector.hpp" +#include "worldmap.hpp" +#include "resources.hpp" +#include "misc.hpp" +#include "player_status.hpp" +#include "textscroller.hpp" +#include "main.hpp" +#include "spawn_point.hpp" +#include "file_system.hpp" +#include "gui/menu.hpp" +#include "gui/mousecursor.hpp" +#include "control/joystickkeyboardcontroller.hpp" +#include "object/background.hpp" +#include "object/tilemap.hpp" +#include "scripting/script_interpreter.hpp" Menu* worldmap_menu = 0; @@ -358,7 +358,7 @@ WorldMap::WorldMap() teleporterdot = new Surface("images/tiles/worldmap/teleporterdot.png", true); name = ""; - music = "salcon.mod"; + music = "salcon.ogg"; intro_displayed = false; total_stats.reset(); @@ -713,7 +713,7 @@ WorldMap::update(float delta) if (special_tile->teleport_dest != Vector(-1,-1)) { // TODO: an animation, camera scrolling or a fading would be a nice touch - sound_manager->play("warp"); + sound_manager->play("sounds/warp.wav"); tux->back_direction = D_NONE; tux->set_tile_pos(special_tile->teleport_dest); SDL_Delay(1000);