Ignore:
Timestamp:
Dec 10, 2024, 12:06:43 AM (12 days ago)
Author:
chronos
Message:
  • Added: Tools - Score menu action to show history of previously played games with score information.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Common.pas

    r102 r108  
    190190  I: Integer;
    191191begin
     192  Result := Default(TStringArray);
    192193  SetLength(Result, GetEnvironmentVariableCount);
    193194  for I := 0 to GetEnvironmentVariableCount - 1 do
Note: See TracChangeset for help on using the changeset viewer.