hedgewars/uStore.pas
changeset 13316 dd1435f1a28c
parent 13237 0171519e2f13
parent 12895 c77d75dafe2e
child 13343 93325e13d329
--- a/hedgewars/uStore.pas	Sun Apr 08 00:52:22 2018 +0200
+++ b/hedgewars/uStore.pas	Wed Apr 11 17:59:59 2018 -0400
@@ -825,7 +825,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