Changeset 408 for trunk/Core.pas
- Timestamp:
- Jan 8, 2025, 10:33:21 AM (37 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Core.pas
r407 r408 547 547 548 548 // If installed in Linux system then use installation shared game directory for map images 549 if not DirectoryExists( GameSystemsDir) then begin549 if not DirectoryExists(MapImagesDir) then begin 550 550 NewDir := ExpandFileName(BaseDir + DirectorySeparator + LinuxRelativeDir + 551 551 DirectorySeparator + MapImagesDirName);
Note:
See TracChangeset
for help on using the changeset viewer.