Changeset 212 for branches/highdpi/Start.pas
- Timestamp:
- May 9, 2020, 9:35:25 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Start.pas
r210 r212 48 48 Bitmap: TDpiBitmap; { game world sample preview } 49 49 Size: TPoint; 50 Colors: array [0 .. 11, 0 ..1] of TColor;50 Colors: array [0..fTerrain, 0..1] of TColor; 51 51 Mode: TMiniMode; 52 52 procedure LoadFromLogFile(FileName: string; var LastTurn: Integer);
Note:
See TracChangeset
for help on using the changeset viewer.