projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81a9cc5
)
temporarily disabled ringing because it needs fixing
author
Marek Moeckel
<wansti@gmx.de>
Sun, 22 May 2005 18:01:45 +0000
(18:01 +0000)
committer
Marek Moeckel
<wansti@gmx.de>
Sun, 22 May 2005 18:01:45 +0000
(18:01 +0000)
SVN-Revision: 2535
src/object/infoblock.cpp
patch
|
blob
|
history
diff --git
a/src/object/infoblock.cpp
b/src/object/infoblock.cpp
index
f9f0464
..
02b2ca2
100644
(file)
--- a/
src/object/infoblock.cpp
+++ b/
src/object/infoblock.cpp
@@
-41,7
+41,7
@@
InfoBlock::InfoBlock(const lisp::Lisp& lisp)
if(!lisp.get("message", message)) {
std::cerr << "No message in InfoBlock!\n";
}
- ringing =
tru
e;
+ ringing =
fals
e;
}
InfoBlock::~InfoBlock()