--- 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;