aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Menu/UMenu.pas
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-31 15:17:09 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-31 15:17:09 +0000
commit5b7e8043571bb959891c06a6dd5c7e9ef87d42e5 (patch)
treedc1bf277c3446c7a07baab53a52ee09f488cba60 /Game/Code/Menu/UMenu.pas
parent13bf0be662f660d9f283b6c01b20dc2137dc835e (diff)
downloadusdx-5b7e8043571bb959891c06a6dd5c7e9ef87d42e5.tar.gz
usdx-5b7e8043571bb959891c06a6dd5c7e9ef87d42e5.tar.xz
usdx-5b7e8043571bb959891c06a6dd5c7e9ef87d42e5.zip
beep() removed
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@989 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/Menu/UMenu.pas15
1 files changed, 5 insertions, 10 deletions
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.