Browse Source

Correctly initialize the control pannel in headless mode

pull/5581/head
Anders Jenbo 3 years ago
parent
commit
a0ee51183b
  1. 2
      Source/diablo.cpp

2
Source/diablo.cpp

@ -2865,7 +2865,7 @@ void LoadGameLevel(bool firstflag, lvl_entry lvldir)
IncProgress();
IncProgress();
if (firstflag && !HeadlessMode) {
if (firstflag) {
InitControlPan();
}
IncProgress();

Loading…
Cancel
Save