arr 2
This commit is contained in:
parent
f433f79dfe
commit
a08380182d
|
@ -8394,6 +8394,13 @@ FurnaceGUI::FurnaceGUI():
|
||||||
totalBackupSize(0),
|
totalBackupSize(0),
|
||||||
refreshBackups(true),
|
refreshBackups(true),
|
||||||
learning(-1),
|
learning(-1),
|
||||||
|
mainFont(NULL),
|
||||||
|
iconFont(NULL),
|
||||||
|
furIconFont(NULL),
|
||||||
|
patFont(NULL),
|
||||||
|
bigFont(NULL),
|
||||||
|
headFont(NULL),
|
||||||
|
fontRange(NULL),
|
||||||
songLength(0),
|
songLength(0),
|
||||||
songLoopedSectionLength(0),
|
songLoopedSectionLength(0),
|
||||||
songFadeoutSectionLength(0),
|
songFadeoutSectionLength(0),
|
||||||
|
@ -8402,13 +8409,6 @@ FurnaceGUI::FurnaceGUI():
|
||||||
totalLength(0),
|
totalLength(0),
|
||||||
curProgress(0.0f),
|
curProgress(0.0f),
|
||||||
totalFiles(0),
|
totalFiles(0),
|
||||||
mainFont(NULL),
|
|
||||||
iconFont(NULL),
|
|
||||||
furIconFont(NULL),
|
|
||||||
patFont(NULL),
|
|
||||||
bigFont(NULL),
|
|
||||||
headFont(NULL),
|
|
||||||
fontRange(NULL),
|
|
||||||
localeRequiresJapanese(false),
|
localeRequiresJapanese(false),
|
||||||
localeRequiresChinese(false),
|
localeRequiresChinese(false),
|
||||||
localeRequiresChineseTrad(false),
|
localeRequiresChineseTrad(false),
|
||||||
|
|
Loading…
Reference in a new issue