diff options
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Menu/UMenu.pas | 15 |
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. |