From 5b7e8043571bb959891c06a6dd5c7e9ef87d42e5 Mon Sep 17 00:00:00 2001 From: tobigun Date: Mon, 31 Mar 2008 15:17:09 +0000 Subject: beep() removed git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@989 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Menu/UMenu.pas | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'Game/Code/Menu') diff --git a/Game/Code/Menu/UMenu.pas b/Game/Code/Menu/UMenu.pas index a4f9f9bf..7ffce9d1 100644 --- a/Game/Code/Menu/UMenu.pas +++ b/Game/Code/Menu/UMenu.pas @@ -1531,8 +1531,7 @@ end; procedure TMenu.onShow; begin -// nothing -// beep; + // nothing (* if fileexists( fFileName ) then begin @@ -1544,8 +1543,7 @@ end; procedure TMenu.onShowFinish; begin -// nothing -// beep; + // nothing end; function TMenu.WideCharUpperCase(const wchar : WideChar) : WideString; @@ -1580,21 +1578,18 @@ end; procedure TMenu.onHide; begin -// nothing -// beep; + // nothing end; function TMenu.ParseInput(PressedKey: Cardinal; CharCode: WideChar; PressedDown: Boolean): Boolean; begin -// nothing -// Beep; + // nothing Result := true; end; procedure TMenu.SetAnimationProgress(Progress: real); begin -// nothing -//beep; + // nothing end; end. -- cgit v1.2.3