From 84ad58b9107176b073bd3af7cdc044aed4f0f2f7 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 11 Apr 2021 15:14:27 +0200 Subject: [PATCH] :bug: Set the default save game state --- Source/diablo.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/diablo.cpp b/Source/diablo.cpp index 275c396f2..d4d57f5c7 100644 --- a/Source/diablo.cpp +++ b/Source/diablo.cpp @@ -568,6 +568,8 @@ static void diablo_init() if (forceDiablo) gbIsHellfire = false; + gbIsHellfireSaveGame = gbIsHellfire; + UiInitialize(); UiSetSpawned(gbIsSpawn); was_ui_init = true;