X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fworldmap%2Flevel.cpp;h=59984ffad2df8b21ec2a7ddb21df24d0d4cd36cd;hb=7e15c4f871809033278711a6e9327616da00c4c9;hp=2b61124c67cb42c211da36365caecb985c85a6dd;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;p=supertux.git diff --git a/src/worldmap/level.cpp b/src/worldmap/level.cpp index 2b61124c6..59984ffad 100644 --- a/src/worldmap/level.cpp +++ b/src/worldmap/level.cpp @@ -77,7 +77,7 @@ LevelTile::get_picture() picture_cached = true; std::string fname = FileSystem::strip_extension(basedir + name)+".jpg"; if (!PHYSFS_exists(fname.c_str())) { - return 0; + return 0; } picture = new Surface(fname); return picture;