This commit is contained in:
LTVA1 2024-08-21 22:06:12 +03:00 committed by tildearrow
parent f433f79dfe
commit a08380182d

View file

@ -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),