Changeset 295 for trunk/Start.pas
- Timestamp:
- Mar 8, 2021, 4:24:21 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Start.pas
r292 r295 298 298 ImageFileName := Copy(FileName, 1, Length(FileName) - Length(CevoMapExt)) + '.png'; 299 299 Mode := mmPicture; 300 if LoadGraphicFile(Bitmap, ImageFileName, gfNoError) then300 if LoadGraphicFile(Bitmap, ImageFileName, [gfNoError]) then 301 301 begin 302 302 if Bitmap.width div 2 > MaxWidthMapLogo then … … 677 677 with AIBrains[I] do begin 678 678 if not LoadGraphicFile(AIBrains[i].Picture, GetAiDir + DirectorySeparator + 679 FileName + DirectorySeparator + FileName + '.png', gfNoError) then begin679 FileName + DirectorySeparator + FileName + '.png', [gfNoError]) then begin 680 680 with AIBrains[i].Picture.Canvas do begin 681 681 Brush.Color := $904830;
Note:
See TracChangeset
for help on using the changeset viewer.