Changeset 707 for trunk/MiniMap.pas
- Timestamp:
- Aug 19, 2025, 9:36:23 PM (28 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MiniMap.pas
r704 r707 200 200 else CM := Colors[Tile and fTerrain, I]; 201 201 if (PByte(MiniPixel.Pixel) >= Bitmap.RawImage.Data) and 202 (PByte(MiniPixel.Pixel) < (Bitmap.RawImage.Data + YY * MiniPixel.BytesPerLine) ) then begin202 (PByte(MiniPixel.Pixel) < (Bitmap.RawImage.Data + YY * MiniPixel.BytesPerLine) - 1) then begin 203 203 MiniPixel.PixelB := (CM shr 16) and $ff; 204 204 MiniPixel.PixelG := (CM shr 8) and $ff;
Note:
See TracChangeset
for help on using the changeset viewer.