Changeset 408 for trunk/Core.pas


Ignore:
Timestamp:
Jan 8, 2025, 10:33:21 AM (37 hours ago)
Author:
chronos
Message:
  • Fixed: Wrong default map image path initialization.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Core.pas

    r407 r408  
    547547
    548548  // If installed in Linux system then use installation shared game directory for map images
    549   if not DirectoryExists(GameSystemsDir) then begin
     549  if not DirectoryExists(MapImagesDir) then begin
    550550    NewDir := ExpandFileName(BaseDir + DirectorySeparator + LinuxRelativeDir +
    551551      DirectorySeparator + MapImagesDirName);
Note: See TracChangeset for help on using the changeset viewer.