From d8496f30a608d6827fefdfe33234acb6f4d8f0fe Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 6 May 2005 22:59:46 +0000 Subject: [PATCH] don't hardcode tilespath SVN-Revision: 2426 --- src/tile.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tile.cpp b/src/tile.cpp index 7fef75255..6683b02dd 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(tilespath + editor_imagefile), true); } } -- 2.11.0