Changeset 683 for trunk/Start.pas
- Timestamp:
- Jul 26, 2025, 7:06:45 PM (16 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Start.pas
r680 r683 1325 1325 until FindNext(F) <> 0; 1326 1326 FindClose(F); 1327 1328 // Update last game with new saved game name 1329 if GetLogFileName <> '' then LastGame := ExtractFileNameOnly(GetLogFileName); 1330 1327 1331 I := FormerGames.IndexOf(LastGame); 1328 1332 if I >= 0 then ListIndex[tbPrevious] := I
Note:
See TracChangeset
for help on using the changeset viewer.