Browse Source

Fix vanilla compatibility for saving in quest maps

pull/5197/head
obligaron 4 years ago committed by Anders Jenbo
parent
commit
3318b8fae6
  1. 1
      Source/interfac.cpp

1
Source/interfac.cpp

@ -366,6 +366,7 @@ void ShowProgress(interface_mode uMsg)
IncProgress();
setlevel = true;
leveltype = setlvltype;
currlevel = static_cast<uint8_t>(setlvlnum);
FreeGameMem();
IncProgress();
LoadGameLevel(false, ENTRY_SETLVL);

Loading…
Cancel
Save