hedgewars/uStore.pas
changeset 5174 f5294509783e
parent 5167 7b515d0945b1
child 5186 a05c14510c8a
--- a/hedgewars/uStore.pas	Mon Apr 25 02:25:25 2011 +0200
+++ b/hedgewars/uStore.pas	Mon Apr 25 06:38:59 2011 +0200
@@ -672,7 +672,7 @@
         numsquares:= texsurf^.h div squaresize;
         SDL_FreeSurface(texsurf);
 
-        uMobile.AddProgress();
+        uMobile.GameLoading();
     end;
 
     TryDo(ProgrTex <> nil, 'Error - Progress Texure is nil!', true);
@@ -700,7 +700,7 @@
 begin
     WriteLnToConsole('Freeing progress surface... ');
     FreeTexture(ProgrTex);
-    uMobile.FinishProgress();
+    uMobile.GameLoaded();
 end;
 
 function RenderHelpWindow(caption, subcaption, description, extra: ansistring; extracolor: LongInt; iconsurf: PSDL_Surface; iconrect: PSDL_Rect): PTexture;