Changeset 124 for trunk/UCore.pas


Ignore:
Timestamp:
Jan 14, 2022, 3:03:42 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Use IFDEF UNIX instead of IFDEF LINUX.
  • Modified: Localized error message.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r116 r124  
    7070begin
    7171  DataDir := '';
    72   {$IFDEF Linux}
     72  {$IFDEF UNIX}
    7373  // If installed in Linux system then use installation shared game directory for data files
    7474  if DirectoryExists(LinuxDataDir) then
Note: See TracChangeset for help on using the changeset viewer.