projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bef3d55
)
Don't output level filenames on Contribs.
author
Ricardo Cruz
<rick2@aeiou.pt>
Sat, 9 Oct 2004 15:32:06 +0000
(15:32 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Sat, 9 Oct 2004 15:32:06 +0000
(15:32 +0000)
SVN-Revision: 2002
src/level_subset.cpp
patch
|
blob
|
history
src/title.cpp
patch
|
blob
|
history
diff --git
a/src/level_subset.cpp
b/src/level_subset.cpp
index
5cd4d2a
..
e53bb1c
100644
(file)
--- a/
src/level_subset.cpp
+++ b/
src/level_subset.cpp
@@
-169,8
+169,6
@@
std::string
LevelSubset::get_level_filename(unsigned int num)
{
assert(num < levels.size());
-
-std::cerr << "levels[" << num << "]: " << levels[num] << std::endl;
return directory + levels[num];
}
diff --git
a/src/title.cpp
b/src/title.cpp
index
feb8104
..
b948c59
100644
(file)
--- a/
src/title.cpp
+++ b/
src/title.cpp
@@
-167,7
+167,7
@@
void check_levels_contrib_menu()
if(!reader)
{
std::cerr << "Error: Could not open level file. Ignoring...\n";
-
return
;
+
continue
;
}
reader->read_string("name", level_title, true);