hedgewars/uStore.pas
branch0.9.23
changeset 12895 c77d75dafe2e
parent 12844 22cc3d82905a
child 13316 dd1435f1a28c
--- a/hedgewars/uStore.pas	Wed Jan 17 00:32:34 2018 +0100
+++ b/hedgewars/uStore.pas	Wed Jan 17 00:59:39 2018 +0100
@@ -815,7 +815,7 @@
         {$ENDIF}
         end;
 
-    if checkFails(ProgrTex <> nil, 'Error - Progress Texure is nil!', true) then exit;
+    if checkFails((ProgrTex <> nil) and (LoadingText <> nil), 'Error - Progress or Loading Texture is nil!', true) then exit;
 
     RenderClear();
     if Step < numsquares then