Ignore:
Timestamp:
May 9, 2020, 11:59:40 AM (4 years ago)
Author:
chronos
Message:
  • Modified: Code formatting.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/UnitStat.pas

    r189 r209  
    445445          yImp + ySizeSmall, MainTexture.clBevelLight,
    446446          MainTexture.clBevelShade);
    447         bitbltCanvas(offscreen.Canvas, x, yImp, xSizeSmall, ySizeSmall,
     447        BitBltCanvas(offscreen.Canvas, x, yImp, xSizeSmall, ySizeSmall,
    448448          SmallImp.Canvas, j mod 7 * xSizeSmall,
    449449          (j + SystemIconLines * 7) div 7 * ySizeSmall);
     
    564564                    * (yyt * 3 + 1));
    565565              end;
    566           bitbltCanvas(offscreen.Canvas, xView, yView + 16, 64, 32,
     566          BitBltCanvas(offscreen.Canvas, xView, yView + 16, 64, 32,
    567567            Buffer.Canvas, 1, 0);
    568568
Note: See TracChangeset for help on using the changeset viewer.