projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d8496f3
)
I should actually test my changes before committing
author
Matthias Braun
<matze@braunis.de>
Fri, 6 May 2005 23:15:48 +0000
(23:15 +0000)
committer
Matthias Braun
<matze@braunis.de>
Fri, 6 May 2005 23:15:48 +0000
(23:15 +0000)
SVN-Revision: 2427
src/tile.cpp
patch
|
blob
|
history
diff --git
a/src/tile.cpp
b/src/tile.cpp
index
6683b02
..
bdf92ff
100644
(file)
--- 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(tiles
et
path + editor_imagefile), true);
}
}