From: Matthias Braun Date: Fri, 6 May 2005 23:15:48 +0000 (+0000) Subject: I should actually test my changes before committing X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=06d8c72d9ebafa93f8d3bb63b00a2d0bdba61b82;p=supertux.git I should actually test my changes before committing SVN-Revision: 2427 --- diff --git a/src/tile.cpp b/src/tile.cpp index 6683b02dd..bdf92ff5c 100644 --- a/src/tile.cpp +++ b/src/tile.cpp @@ -150,7 +150,7 @@ Tile::load_images(const std::string& tilesetpath) } if(editor_imagefile != "") { editor_image = new Surface( - get_resource_filename(tilespath + editor_imagefile), true); + get_resource_filename(tilesetpath + editor_imagefile), true); } }