From f433f79dfe5b704b50ab93f3c8ab25ef1b411020 Mon Sep 17 00:00:00 2001 From: LTVA1 <87536432+LTVA1@users.noreply.github.com> Date: Wed, 21 Aug 2024 22:02:51 +0300 Subject: [PATCH] aarr --- src/gui/gui.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index a99201d21..39a24c482 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -8394,6 +8394,14 @@ FurnaceGUI::FurnaceGUI(): totalBackupSize(0), refreshBackups(true), learning(-1), + songLength(0), + songLoopedSectionLength(0), + songFadeoutSectionLength(0), + songHasSongEndCommand(false), + lengthOfOneFile(0), + totalLength(0), + curProgress(0.0f), + totalFiles(0), mainFont(NULL), iconFont(NULL), furIconFont(NULL), @@ -8800,15 +8808,7 @@ FurnaceGUI::FurnaceGUI(): romMultiFile(false), romExportSave(false), pendingExport(NULL), - romExportExists(false), - songLength(0), - songLoopedSectionLength(0), - songFadeoutSectionLength(0), - songHasSongEndCommand(false), - lengthOfOneFile(0), - totalLength(0), - curProgress(0.0f), - totalFiles(0) { + romExportExists(false) { // value keys valueKeys[SDLK_0]=0; valueKeys[SDLK_1]=1;