Changeset 683
- Timestamp:
- Jul 26, 2025, 7:06:45 PM (11 hours ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GameServer.pas
r649 r683 83 83 procedure NextPlayer; 84 84 function PreviewMap(ALandMass: Integer): Pointer; 85 function GetLogFileName: string; 85 86 86 87 … … 300 301 CreateMap(True); 301 302 Result := @RealMap; 303 end; 304 305 function GetLogFileName: string; 306 begin 307 Result := LogFileName; 302 308 end; 303 309 -
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.