Ignore:
Timestamp:
May 7, 2020, 12:30:04 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
  • Modified: Simplified initialization of brain pictures.
  • Modified: Use GetAiDir function for AI subdirectory.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/CevoComponents/Directories.pas

    r190 r192  
    1515function GetGraphicsDir: string;
    1616function GetSoundsDir: string;
     17function GetAiDir: string;
    1718
    1819
     
    126127end;
    127128
     129function GetAiDir: string;
     130begin
     131  Result := HomeDir + 'AI';
     132end;
     133
    128134end.
Note: See TracChangeset for help on using the changeset viewer.