diff options
Diffstat (limited to 'Game/Code/Screens/UScreenPartyOptions.pas')
-rw-r--r-- | Game/Code/Screens/UScreenPartyOptions.pas | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Game/Code/Screens/UScreenPartyOptions.pas b/Game/Code/Screens/UScreenPartyOptions.pas index 1b5cf976..ed5a87e0 100644 --- a/Game/Code/Screens/UScreenPartyOptions.pas +++ b/Game/Code/Screens/UScreenPartyOptions.pas @@ -258,6 +258,8 @@ end; procedure TScreenPartyOptions.onShow; begin + inherited; + Randomize; // LCD.WriteText(1, ' Choose mode: '); |