From 9072b2de78eefc697b86a9ce8cc7914e90f1560e Mon Sep 17 00:00:00 2001 From: Mixone-FinallyHere Date: Tue, 9 Sep 2025 15:15:13 +0200 Subject: [PATCH] Increase timer loading form --- DS_Map/Editors/Utils/LoadingForm.cs | 2 +- DS_Map/Main Window.cs | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/DS_Map/Editors/Utils/LoadingForm.cs b/DS_Map/Editors/Utils/LoadingForm.cs index 3acbc65..fdd7f15 100644 --- a/DS_Map/Editors/Utils/LoadingForm.cs +++ b/DS_Map/Editors/Utils/LoadingForm.cs @@ -76,7 +76,7 @@ namespace DSPRE.Editors.Utils factTimer = new Timer { - Interval = 3000 + Interval = 5000 }; factTimer.Tick += (s, e) => factLabel.Text = GetRandomFact(); factTimer.Start(); diff --git a/DS_Map/Main Window.cs b/DS_Map/Main Window.cs index 3825bbb..d5e998b 100644 --- a/DS_Map/Main Window.cs +++ b/DS_Map/Main Window.cs @@ -1055,12 +1055,6 @@ namespace DSPRE Update(); - //for (int i = 0; i < 128; i++) { - // if (!OverlayUtils.IsCompressed(i)) { - // OverlayUtils.Compress(i); - // } - //} - bool success = DSUtils.RepackROM(saveRom.FileName); if (RomInfo.gameFamily != GameFamilies.DP && RomInfo.gameFamily != GameFamilies.Plat)