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