From a08380182daf929cb0e4606dd80bfa5da8104511 Mon Sep 17 00:00:00 2001 From: LTVA1 <87536432+LTVA1@users.noreply.github.com> Date: Wed, 21 Aug 2024 22:06:12 +0300 Subject: [PATCH] arr 2 --- src/gui/gui.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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),