--- a/hedgewars/hwengine.pas Wed Oct 18 05:28:22 2017 +0200
+++ b/hedgewars/hwengine.pas Wed Oct 18 20:33:20 2017 -0400
@@ -74,7 +74,6 @@
SetLandTexture;
UpdateLandTexture(0, LAND_WIDTH, 0, LAND_HEIGHT, false);
setAILandMarks;
- ParseCommand('sendlanddigest', true);
GameState:= gsStart;
end;
gsStart:
@@ -88,6 +87,7 @@
AddFlakes;
SetRandomSeed(cSeed, false);
StoreLoad(false);
+ ParseCommand('sendlanddigest', true); // extending land digest to all synced pixels (anything that could modify land)
if not allOK then exit;
AssignHHCoords;
AddMiscGears;