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