Browse Source

🐛 Set the default save game state

pull/1485/head
Anders Jenbo 5 years ago
parent
commit
84ad58b910
  1. 2
      Source/diablo.cpp

2
Source/diablo.cpp

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

Loading…
Cancel
Save