diff --git a/Source/diablo.cpp b/Source/diablo.cpp index 534173da6..bde27b597 100644 --- a/Source/diablo.cpp +++ b/Source/diablo.cpp @@ -2816,12 +2816,11 @@ void LoadGameLevel(bool firstflag, lvl_entry lvldir) #ifdef _DEBUG SetDebugLevelSeedInfos(mid1Seed, mid2Seed, mid3Seed, GetLCGEngineState()); #endif + SavePreLighting(); + IncProgress(); if (gbIsMultiplayer) DeltaLoadLevel(); - - IncProgress(); - SavePreLighting(); } else { HoldThemeRooms(); InitGolems();