Browse Source

🐛 Set the default save game state

pull/1426/head
Anders Jenbo 5 years ago
parent
commit
a6292e23ff
  1. 2
      Source/diablo.cpp

2
Source/diablo.cpp

@ -575,6 +575,8 @@ static void diablo_init()
if (forceDiablo)
gbIsHellfire = false;
gbIsHellfireSaveGame = gbIsHellfire;
UiInitialize();
UiSetSpawned(gbIsSpawn);
was_ui_init = true;

Loading…
Cancel
Save