Changeset 683 for trunk/GameServer.pas


Ignore:
Timestamp:
Jul 26, 2025, 7:06:45 PM (16 hours ago)
Author:
chronos
Message:
  • Modified: Auto select newly saved game as last game in previous games list.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GameServer.pas

    r649 r683  
    8383procedure NextPlayer;
    8484function PreviewMap(ALandMass: Integer): Pointer;
     85function GetLogFileName: string;
    8586
    8687
     
    300301  CreateMap(True);
    301302  Result := @RealMap;
     303end;
     304
     305function GetLogFileName: string;
     306begin
     307  Result := LogFileName;
    302308end;
    303309
Note: See TracChangeset for help on using the changeset viewer.