I should actually test my changes before committing
authorMatthias Braun <matze@braunis.de>
Fri, 6 May 2005 23:15:48 +0000 (23:15 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 6 May 2005 23:15:48 +0000 (23:15 +0000)
SVN-Revision: 2427

src/tile.cpp

index 6683b02..bdf92ff 100644 (file)
@@ -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);
   }
 }