Fixed a bug in initialization of parts.

This commit is contained in:
David Capello 2009-11-22 14:12:25 +00:00
parent 7ddf8d5ef2
commit 50ec2cdff9

View File

@ -328,6 +328,8 @@ SkinneableTheme::SkinneableTheme()
this->scrollbar_size = 12;
m_sheet_bmp = NULL;
for (int c=0; c<PARTS; ++c)
m_part[c] = NULL;
// Try to load the skin data
{