hedgewars/hwengine.pas
changeset 11534 0ead3a2e0309
parent 11532 bf86c6cb9341
child 11544 b69f5f22a3ba
child 11548 45982bda46cc
--- a/hedgewars/hwengine.pas	Mon Feb 01 15:10:10 2016 +0300
+++ b/hedgewars/hwengine.pas	Thu Feb 04 21:04:08 2016 +0300
@@ -81,6 +81,7 @@
             AddFlakes;
             SetRandomSeed(cSeed, false);
             StoreLoad(false);
+            if not allOK then exit;
             AssignHHCoords;
             AddMiscGears;
             InitWorld;