From e880f25c857797db025f92f270c24aa2749c7863 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Thu, 28 Oct 2021 23:02:10 +0200 Subject: [PATCH] Fix viewing into in Hellfire Shareware mode --- Source/menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/menu.cpp b/Source/menu.cpp index 007dbaf1a..f237799a0 100644 --- a/Source/menu.cpp +++ b/Source/menu.cpp @@ -175,7 +175,7 @@ void mainmenu_loop() menu = MAINMENU_NONE; break; case MAINMENU_REPLAY_INTRO: - if (gbIsSpawn && diabdat_mpq == nullptr) { + if (gbIsSpawn && diabdat_mpq == nullptr && hellfire_mpq == nullptr) { UiSelOkDialog(nullptr, _(/* TRANSLATORS: Error Message when a Shareware User clicks on "Replay Intro" in the Main Menu */ "The Diablo introduction cinematic is only available in the full retail version of Diablo. Visit https://www.gog.com/game/diablo to purchase."), true); } else if (gbActive) { mainmenu_wait_for_button_sound();