Changeset 354 for trunk/Game.pas


Ignore:
Timestamp:
Dec 29, 2024, 1:35:37 PM (6 days ago)
Author:
chronos
Message:
  • Modified: Automatically save running game on application exit and reopen it on next start.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Game.pas

    r344 r354  
    1212  MinPlayerCount = 1;
    1313  MaxPlayerCount = 8;
     14  GameFileExt = '.xtg';
    1415
    1516type
     
    136137  SComputer = 'Computer';
    137138  SWrongFileFormat = 'Wrong file format';
    138   SNewGameFile = 'New game.xtg';
     139  SNewGameFile = 'New game' + GameFileExt;
    139140  SUnsupportedMapType = 'Unsupported map type';
    140141
Note: See TracChangeset for help on using the changeset viewer.