From ddc3b7ef2077567d368e244a292b41187311e8e3 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 6 May 2005 19:12:35 +0000 Subject: [PATCH] some fixes for the text object SVN-Revision: 2420 --- src/object/text_object.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/object/text_object.cpp b/src/object/text_object.cpp index 03ca2b4cf..298e787c1 100644 --- 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; } -- 2.11.0