Changeset 310 for trunk/UGame.pas


Ignore:
Timestamp:
Aug 18, 2021, 4:02:44 PM (3 years ago)
Author:
chronos
Message:
  • Fixed: Use correct game data files directory on Linux.
  • Fixed: Copy Systems and Maps with with package.
  • Modified: Use fullscreen mode switching from Common package PersistentForm class.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UGame.pas

    r304 r310  
    860860
    861861  GeneratePlayers := True;
    862   MapImageFileName := 'Images/Maps/WorldMap.png';
     862  MapImageFileName := '';
    863863  Randomize;
    864864  StoredRandSeed := RandSeed;
Note: See TracChangeset for help on using the changeset viewer.