From 22dacbd819b5690baf547b0de3c1629d8745e1eb Mon Sep 17 00:00:00 2001 From: staphen Date: Sun, 7 May 2023 00:21:39 -0400 Subject: [PATCH] Load deltas after saving pre-lighting data --- Source/diablo.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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();