Browse Source

Fix viewing into in Hellfire Shareware mode

pull/3322/head
Anders Jenbo 4 years ago
parent
commit
e880f25c85
  1. 2
      Source/menu.cpp

2
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();

Loading…
Cancel
Save