projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8322cd4
)
Removed obsolete comment
author
Ingo Ruhnke
<grumbel@gmail.com>
Mon, 1 Sep 2014 23:18:17 +0000
(
01:18
+0200)
committer
Ingo Ruhnke
<grumbel@gmail.com>
Wed, 1 Oct 2014 16:41:56 +0000
(18:41 +0200)
src/supertux/world.cpp
patch
|
blob
|
history
diff --git
a/src/supertux/world.cpp
b/src/supertux/world.cpp
index
cb87b32
..
b6734cc
100644
(file)
--- a/
src/supertux/world.cpp
+++ b/
src/supertux/world.cpp
@@
-43,9
+43,6
@@
World::load(const std::string& directory)
{ // generate savegame filename
std::string worlddirname = FileSystem::basename(directory);
std::ostringstream stream;
-#ifdef GRUMBEL
- // sanitize this!
-#endif
stream << "profile" << g_config->profile << "/" << worlddirname << ".stsg";
std::string slotfile = stream.str();
world->m_savegame_filename = stream.str();