projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cea96e0
)
Deleted one line too many
author
Christoph Sommer
<mail@christoph-sommer.de>
Fri, 26 May 2006 13:56:20 +0000
(13:56 +0000)
committer
Christoph Sommer
<mail@christoph-sommer.de>
Fri, 26 May 2006 13:56:20 +0000
(13:56 +0000)
SVN-Revision: 3594
src/console.cpp
patch
|
blob
|
history
diff --git
a/src/console.cpp
b/src/console.cpp
index
6e3e49f
..
e43fac0
100644
(file)
--- a/
src/console.cpp
+++ b/
src/console.cpp
@@
-202,6
+202,8
@@
Console::autocomplete()
void
Console::addLine(std::string s)
{
+ std::cerr << s << std::endl;
+
std::string overflow;
do {
lines.push_front(Font::wrap_to_chars(s, 99, &overflow));