projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9cf2c4
)
Ignore instead of exit when invalid command line options are given
author
Tobias Markus
<tobbi@mozilla-uk.org>
Thu, 30 Jan 2014 01:11:15 +0000
(
02:11
+0100)
committer
Tobias Markus
<tobbi@mozilla-uk.org>
Thu, 30 Jan 2014 01:11:15 +0000
(
02:11
+0100)
src/supertux/main.cpp
patch
|
blob
|
history
diff --git
a/src/supertux/main.cpp
b/src/supertux/main.cpp
index
c853809
..
e3002fd
100644
(file)
--- a/
src/supertux/main.cpp
+++ b/
src/supertux/main.cpp
@@
-418,7
+418,6
@@
Main::parse_commandline(int argc, char** argv)
g_config->start_level = arg;
} else {
log_warning << "Unknown option '" << arg << "'. Use --help to see a list of options" << std::endl;
- return true;
}
}