X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fworldmap.cpp;h=50a9f64859e52f805bdcc33b6e62fed0a445e9ce;hb=22901c90fe1a4b0d5a6ef8fccb2494699b888e32;hp=54caacfaab57f46dbe789aee2a8a68cffc0111ab;hpb=fd8c5a479875510f3171ad1e07a4ba4a375de2b8;p=supertux.git diff --git a/src/worldmap.cpp b/src/worldmap.cpp index 54caacfaa..50a9f6485 100644 --- a/src/worldmap.cpp +++ b/src/worldmap.cpp @@ -344,7 +344,7 @@ Tux::action(float delta) WorldMap::WorldMap() { - tile_manager = new TileManager("images/tiles/worldmap/antarctica.stwt"); + tile_manager = new TileManager("images/worldmap.strf"); width = 20; height = 15;