From 354ffda49ecb2d76ab5f3100d095b0dbed13f6fa Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Tue, 18 May 2010 16:27:02 +0000 Subject: forgotten changes from last commit git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2381 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/screens/UScreenMain.pas | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/screens/UScreenMain.pas') 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); -- cgit v1.2.3