hedgewars/uStore.pas
changeset 105 e7cb9bb4a9de
parent 97 e7c1df9cce2c
child 107 b08ce0293a51
equal deleted inserted replaced
104:e647d0589bff 105:e7cb9bb4a9de
   283          TryDo(Handle <> nil, msgFailed, true);
   283          TryDo(Handle <> nil, msgFailed, true);
   284          WriteLnToConsole(msgOK)
   284          WriteLnToConsole(msgOK)
   285          end;
   285          end;
   286 AddProgress;
   286 AddProgress;
   287 
   287 
       
   288 WriteToConsole('LandSurface tuning... ');
   288 tmpsurf:= LandSurface;
   289 tmpsurf:= LandSurface;
   289 TryDo(tmpsurf <> nil, msgFailed, true);
   290 TryDo(tmpsurf <> nil, msgFailed, true);
   290 if cFullScreen then
   291 if cFullScreen then
   291    begin
   292    begin
   292    LandSurface:= SDL_DisplayFormat(tmpsurf);
   293    LandSurface:= SDL_DisplayFormat(tmpsurf);