Fixed uninitialised variable.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1834 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2008-05-09 00:05:55 +00:00
parent e5536d08e0
commit 7ac0d8a2a3

View File

@ -80,7 +80,8 @@ Widget::Widget
m_round_corners(WGT_AREA_ALL),
m_border_list(0),
m_scroll_pos_x(0), m_scroll_pos_y(0),
m_text_scale(1.0f)
m_text_scale(1.0f),
m_enable_border(false)
{
}