Ignore:
Timestamp:
Jan 13, 2017, 6:14:46 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: End-Of-Turn button from CevoComponents package was not visible.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Term.pas

    r53 r59  
    41084108            cm := $808080 or cm shr 1; { increase brightness }
    41094109            if y > 0 then begin
    4110               // 2x2 city dot covers two scanlines
     4110              // 2x2 city dot covers two lines
    41114111              PrevMiniPixel := GetBitmapPixelPtr(Mini, xm, y - 1);
    41124112              PrevMiniPixel^.B := cm shr 16;
Note: See TracChangeset for help on using the changeset viewer.