projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1e15f4
)
some fixes for the text object
author
Matthias Braun
<matze@braunis.de>
Fri, 6 May 2005 19:12:35 +0000
(19:12 +0000)
committer
Matthias Braun
<matze@braunis.de>
Fri, 6 May 2005 19:12:35 +0000
(19:12 +0000)
SVN-Revision: 2420
src/object/text_object.cpp
patch
|
blob
|
history
diff --git
a/src/object/text_object.cpp
b/src/object/text_object.cpp
index
03ca2b4
..
298e787
100644
(file)
--- a/
src/object/text_object.cpp
+++ b/
src/object/text_object.cpp
@@
-5,7
+5,7
@@
#include "video/drawing_context.h"
TextObject::TextObject()
- : visible(false)
+ :
fading(0), fadetime(0),
visible(false)
{
font = blue_text;
}