--- a/hedgewars/uStore.pas Sat Oct 09 05:57:46 2010 +0200
+++ b/hedgewars/uStore.pas Sat Oct 09 18:00:53 2010 +0200
@@ -1271,7 +1271,7 @@
numsquares:= texsurf^.h div squaresize;
SDL_FreeSurface(texsurf);
- doSomethingWhen_AddProgress();
+ perfExt_AddProgress();
end;
TryDo(ProgrTex <> nil, 'Error - Progress Texure is nil!', true);
@@ -1298,7 +1298,7 @@
begin
WriteLnToConsole('Freeing progress surface... ');
FreeTexture(ProgrTex);
- doSomethingWhen_FinishProgress();
+ perfExt_FinishProgress();
end;
procedure flipSurface(Surface: PSDL_Surface; Vertical: Boolean);