Changeset 354 for trunk/Game.pas
- Timestamp:
- Dec 29, 2024, 1:35:37 PM (6 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Game.pas
r344 r354 12 12 MinPlayerCount = 1; 13 13 MaxPlayerCount = 8; 14 GameFileExt = '.xtg'; 14 15 15 16 type … … 136 137 SComputer = 'Computer'; 137 138 SWrongFileFormat = 'Wrong file format'; 138 SNewGameFile = 'New game .xtg';139 SNewGameFile = 'New game' + GameFileExt; 139 140 SUnsupportedMapType = 'Unsupported map type'; 140 141
Note:
See TracChangeset
for help on using the changeset viewer.