From 4f760f8f711591dadfa252801345f6448e9f75ea Mon Sep 17 00:00:00 2001 From: twanvl Date: Thu, 10 May 2007 16:26:43 +0000 Subject: [PATCH] forgot initialization of Font::type git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@332 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/data/font.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/font.cpp b/src/data/font.cpp index 1fa1c2ac..e69058ca 100644 --- a/src/data/font.cpp +++ b/src/data/font.cpp @@ -18,6 +18,7 @@ Font::Font() , scale_down_to(100000) , shadow_displacement(0,0) , separator_color(128,128,128) + , type(NORMAL) {} bool Font::update(Context& ctx) {