Changeset 441 for trunk


Ignore:
Timestamp:
May 18, 2022, 10:07:53 PM (2 years ago)
Author:
chronos
Message:
  • Fixed: Initial game age welcome dialog was not correctly shown on Windows.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Term.pas

    r440 r441  
    21012101        CenterTo := NewAgeCenterTo;
    21022102        OpenSound := 'AGE_' + char(48 + Age);
     2103        Application.ProcessMessages;
    21032104        ShowModal;
    21042105        MyData.ToldAge := Age;
Note: See TracChangeset for help on using the changeset viewer.