X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fworldmap.cpp;h=f10d81e11b98a562d9c5ede5894c3cb193f50815;hb=64d687c8b29273fdb50d1a4116f1e340845f1bc8;hp=00c3a851e4274f5d1f95f0249259edb89681a1ac;hpb=42310b31f51a176a6f11ea403a74a6b014b82ab2;p=supertux.git diff --git a/src/worldmap.cpp b/src/worldmap.cpp index 00c3a851e..f10d81e11 100644 --- a/src/worldmap.cpp +++ b/src/worldmap.cpp @@ -683,7 +683,7 @@ WorldMap::update(float delta) if (!level->extro_filename.empty()) { // Display final credits and go back to the main menu display_text_file(level->extro_filename, - "/images/background/arctis2.jpg"); + "/images/background/extro.jpg"); display_text_file("CREDITS", "/images/background/oiltux.jpg"); quit = true;