hedgewars/uWorld.pas
changeset 8675 3fb25201d303
parent 8471 7681d14b9f01
child 8773 7d3af949dd34
equal deleted inserted replaced
8674:fff355ba2902 8675:3fb25201d303
  1515         end;
  1515         end;
  1516 end;
  1516 end;
  1517 
  1517 
  1518 
  1518 
  1519 if GameState = gsConfirm then
  1519 if GameState = gsConfirm then
  1520     DrawTextureCentered(0, (cScreenHeight shr 1), ConfirmTexture);
  1520     DrawTextureCentered(0, (cScreenHeight shr 1)-40, ConfirmTexture);
  1521 
  1521 
  1522 if ScreenFade <> sfNone then
  1522 if ScreenFade <> sfNone then
  1523     begin
  1523     begin
  1524     if not isFirstFrame then
  1524     if not isFirstFrame then
  1525         case ScreenFade of
  1525         case ScreenFade of