hedgewars/uStore.pas
changeset 13499 c41b16ac2e05
parent 13489 8935dcc0e130
child 13506 36f3f77e9b1b
equal deleted inserted replaced
13498:4f00b08d6f1e 13499:c41b16ac2e05
   827             if GameLoading <> nil then
   827             if GameLoading <> nil then
   828                 GameLoading();
   828                 GameLoading();
   829         {$ENDIF}
   829         {$ENDIF}
   830         end;
   830         end;
   831 
   831 
   832     if checkFails((ProgrTex <> nil) and (LoadingText <> nil), 'Error - Progress or Loading Texture is nil!', true) then exit;
   832     if checkFails((ProgrTex <> nil) and (LoadingText <> nil), 'Error - Progress or Loading texture is nil!', true) then exit;
   833 
   833 
   834     RenderClear();
   834     RenderClear();
   835     if Step < numsquares then
   835     if Step < numsquares then
   836         r.x:= 0
   836         r.x:= 0
   837     else
   837     else