diff -r 7b21daf84933 -r 21ed7cec1fa2 hedgewars/uStore.pas --- a/hedgewars/uStore.pas Thu Nov 05 19:50:16 2009 +0000 +++ b/hedgewars/uStore.pas Thu Nov 05 20:40:31 2009 +0000 @@ -361,6 +361,8 @@ ConfirmTexture:= RenderStringTex(trmsg[sidConfirm], $FFFF00, fntBig); SyncTexture:= RenderStringTex(trmsg[sidSync], $FFFF00, fntBig); +AddProgress; + for ai:= Low(TAmmoType) to High(TAmmoType) do with Ammoz[ai] do begin @@ -377,8 +379,9 @@ end; {$IFDEF DUMP} -SDL_SaveBMP_RW(LandSurface, SDL_RWFromFile('LandSurface.bmp', 'wb'), 1); -SDL_SaveBMP_RW(StoreSurface, SDL_RWFromFile('StoreSurface.bmp', 'wb'), 1); +//not working anymore, where are LandSurface and StoreSurface defined? +//SDL_SaveBMP_RW(LandSurface, SDL_RWFromFile('LandSurface.bmp', 'wb'), 1); +//SDL_SaveBMP_RW(StoreSurface, SDL_RWFromFile('StoreSurface.bmp', 'wb'), 1); {$ENDIF} AddProgress; end;