Changeset 30 for trunk/Start.pas


Ignore:
Timestamp:
Jan 8, 2017, 10:39:00 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Windows installer now properly install AI files according build architecture to AI subdirectory.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Start.pas

    r29 r30  
    354354  begin
    355355    BrainPicture[i] := TBitmap.Create;
    356     if not LoadGraphicFile(BrainPicture[i], HomeDir + Brain[i].FileName,
     356    if not LoadGraphicFile(BrainPicture[i], HomeDir + 'AI' + DirectorySeparator + Brain[i].FileName,
    357357      gfNoError) then
    358358    begin
Note: See TracChangeset for help on using the changeset viewer.