projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b3aece
)
don't hardcode tilespath
author
Matthias Braun
<matze@braunis.de>
Fri, 6 May 2005 22:59:46 +0000
(22:59 +0000)
committer
Matthias Braun
<matze@braunis.de>
Fri, 6 May 2005 22:59:46 +0000
(22:59 +0000)
SVN-Revision: 2426
src/tile.cpp
patch
|
blob
|
history
diff --git
a/src/tile.cpp
b/src/tile.cpp
index
7fef752
..
6683b02
100644
(file)
--- 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);
}
}