From: Matthias Braun Date: Fri, 6 May 2005 19:12:35 +0000 (+0000) Subject: some fixes for the text object X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=ddc3b7ef2077567d368e244a292b41187311e8e3;hp=f1e15f44f709d6b4fa45e858dc12d7d701ae8ddc;p=supertux.git some fixes for the text object SVN-Revision: 2420 --- 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; }