From 8323f38c39affa2113e053121db64bd4c87dc2d8 Mon Sep 17 00:00:00 2001 From: HoofedEar <1261392+HoofedEar@users.noreply.github.com> Date: Thu, 4 Dec 2025 16:48:35 -0800 Subject: [PATCH] revert disabling intro videos by default, works fine now --- Source/diablo.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Source/diablo.cpp b/Source/diablo.cpp index da35c39ed..7d8c4c1b5 100644 --- a/Source/diablo.cpp +++ b/Source/diablo.cpp @@ -168,11 +168,8 @@ bool gbGameLoopStartup; bool forceSpawn; bool forceDiablo; int sgnTimeoutCurs; -#ifdef __EMSCRIPTEN__ -bool gbShowIntro = false; // Skip intro videos in browser for performance -#else bool gbShowIntro = true; -#endif + /** To know if these things have been done when we get to the diablo_deinit() function */ bool was_archives_init = false; /** To know if surfaces have been initialized or not */