some fixes for the text object
authorMatthias Braun <matze@braunis.de>
Fri, 6 May 2005 19:12:35 +0000 (19:12 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 6 May 2005 19:12:35 +0000 (19:12 +0000)
SVN-Revision: 2420

src/object/text_object.cpp

index 03ca2b4..298e787 100644 (file)
@@ -5,7 +5,7 @@
 #include "video/drawing_context.h"
 
 TextObject::TextObject()
-  : visible(false)
+  : fading(0), fadetime(0), visible(false)
 {
   font = blue_text;
 }