X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftile.cpp;h=bdf92ff5c1aab5d10bb92dfb55ed4190d7e9a2fb;hb=147634cda2b097cf34753268ef83849fce379292;hp=7fef75255a5e1f6258786a639be261ebaec0ab9d;hpb=1aa0de39a5f87bda1e74d0992848ad5142a850bc;p=supertux.git diff --git a/src/tile.cpp b/src/tile.cpp index 7fef75255..bdf92ff5c 100644 --- a/src/tile.cpp +++ b/src/tile.cpp @@ -150,8 +150,7 @@ Tile::load_images(const std::string& tilesetpath) } if(editor_imagefile != "") { editor_image = new Surface( - get_resource_filename( - std::string("images/tilesets/") + editor_imagefile), true); + get_resource_filename(tilesetpath + editor_imagefile), true); } }