Changeset 189 for trunk/Back.pas


Ignore:
Timestamp:
May 7, 2020, 12:46:55 AM (4 years ago)
Author:
chronos
Message:
  • Added: New Global unit with global constants.
  • Modified: Multiple occurence of string constants used for subdirectories replaced by functions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Back.pas

    r188 r189  
    4242  if FullScreen then begin
    4343    if not Assigned(Img) then begin
    44       FileName := HomeDir + 'Graphics' + DirectorySeparator + 'Background.png';
     44      FileName := GetGraphicsDir + DirectorySeparator + 'Background.png';
    4545      if FileExists(FileName) then begin
    4646        Img := TBitmap.Create;
Note: See TracChangeset for help on using the changeset viewer.