diff --git a/Source/diablo.cpp b/Source/diablo.cpp index f5e5ac046..e398029de 100644 --- a/Source/diablo.cpp +++ b/Source/diablo.cpp @@ -2756,7 +2756,10 @@ void LoadGameLevel(bool firstflag, lvl_entry lvldir) } if (firstflag || lvldir == ENTRY_LOAD) { + bool isHellfireSaveGame = gbIsHellfireSaveGame; + gbIsHellfireSaveGame = gbIsHellfire; LoadStash(); + gbIsHellfireSaveGame = isHellfireSaveGame; } IncProgress();