diff options
Diffstat (limited to '')
-rw-r--r-- | src/screens/UScreenMain.pas | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/screens/UScreenMain.pas b/src/screens/UScreenMain.pas index 2973fbb9..8bb9365b 100644 --- a/src/screens/UScreenMain.pas +++ b/src/screens/UScreenMain.pas @@ -234,20 +234,11 @@ end; procedure TScreenMain.OnShow; begin inherited; - {** * Clean up TPartyGame here * at the moment there is no better place for this *} Party.Clear; - - { display cursor (on moved) } - Display.SetCursor; - - {** - * Start background music - *} - SoundLib.StartBgMusic; end; procedure TScreenMain.SetInteraction(Num: integer); |