hedgewars/uStore.pas
changeset 5167 7b515d0945b1
parent 5130 3602ede67ec5
child 5174 f5294509783e
--- a/hedgewars/uStore.pas	Wed Apr 20 05:26:47 2011 +0200
+++ b/hedgewars/uStore.pas	Thu Apr 21 07:41:24 2011 +0200
@@ -672,7 +672,7 @@
         numsquares:= texsurf^.h div squaresize;
         SDL_FreeSurface(texsurf);
 
-        perfExt_AddProgress();
+        uMobile.AddProgress();
     end;
 
     TryDo(ProgrTex <> nil, 'Error - Progress Texure is nil!', true);
@@ -700,7 +700,7 @@
 begin
     WriteLnToConsole('Freeing progress surface... ');
     FreeTexture(ProgrTex);
-    perfExt_FinishProgress();
+    uMobile.FinishProgress();
 end;
 
 function RenderHelpWindow(caption, subcaption, description, extra: ansistring; extracolor: LongInt; iconsurf: PSDL_Surface; iconrect: PSDL_Rect): PTexture;