diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 39a24c482..254065992 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -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),