From 823af62092610e717878cd1cff3684fd22781892 Mon Sep 17 00:00:00 2001 From: AllMeatball <181806857+AllMeatball@users.noreply.github.com> Date: Fri, 16 May 2025 15:05:34 -0500 Subject: [PATCH] isleapp: Remove weird duplicate message box --- ISLE/isleapp.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ISLE/isleapp.cpp b/ISLE/isleapp.cpp index 32102599..29465949 100644 --- a/ISLE/isleapp.cpp +++ b/ISLE/isleapp.cpp @@ -776,13 +776,6 @@ inline bool IsleApp::Tick() ds.SetUnknown24(-1); ds.SetObjectId(0); if (Start(&ds) != SUCCESS) { - SDL_ShowSimpleMessageBox( - SDL_MESSAGEBOX_ERROR, - "LEGO® Island Error", - "\"LEGO® Island\" failed to start.\nPlease quit all other applications and try again." - "\nFailed to load ISLE.si", - NULL - ); SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Failed to open ISLE.si: Failed to start initial action"); SDL_ShowSimpleMessageBox( SDL_MESSAGEBOX_ERROR,