projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21cf82d
)
- fixed file extension
author
Ingo Ruhnke
<grumbel@gmx.de>
Thu, 25 Mar 2004 16:31:19 +0000
(16:31 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Thu, 25 Mar 2004 16:31:19 +0000
(16:31 +0000)
SVN-Revision: 363
src/worldmap.cpp
patch
|
blob
|
history
diff --git
a/src/worldmap.cpp
b/src/worldmap.cpp
index
e18a450
..
144a20c
100644
(file)
--- a/
src/worldmap.cpp
+++ b/
src/worldmap.cpp
@@
-34,7
+34,7
@@
TileManager* TileManager::instance_ = 0;
TileManager::TileManager()
{
- std::string stwt_filename = datadir + "images/worldmap/antarctica.s
cm
";
+ std::string stwt_filename = datadir + "images/worldmap/antarctica.s
twt
";
lisp_object_t* root_obj = lisp_read_from_file(stwt_filename);
if (!root_obj)