From a6292e23ffe28a14853e2425fdcc23652f45fe36 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 ec8fbc402..686b5144a 100644 --- a/Source/diablo.cpp +++ b/Source/diablo.cpp @@ -575,6 +575,8 @@ static void diablo_init() if (forceDiablo) gbIsHellfire = false; + gbIsHellfireSaveGame = gbIsHellfire; + UiInitialize(); UiSetSpawned(gbIsSpawn); was_ui_init = true;