Changeset 513
- Timestamp:
- Jan 3, 2024, 11:27:20 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Term.pas
r512 r513 7389 7389 FHelpDlg := THelpDlg.Create(nil); 7390 7390 ArrangeDialog(FHelpDlg); 7391 FHelpDlg.Difficulty := G.Difficulty[Me]; 7391 if Me <> -1 then 7392 FHelpDlg.Difficulty := G.Difficulty[Me] 7393 else FHelpDlg.Difficulty := 0; 7392 7394 end; 7393 7395 Result := FHelpDlg;
Note:
See TracChangeset
for help on using the changeset viewer.