diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-31 15:17:09 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-31 15:17:09 +0000 |
commit | 5b7e8043571bb959891c06a6dd5c7e9ef87d42e5 (patch) | |
tree | dc1bf277c3446c7a07baab53a52ee09f488cba60 /Game/Code/Classes/ULyrics_bak.pas | |
parent | 13bf0be662f660d9f283b6c01b20dc2137dc835e (diff) | |
download | usdx-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/Classes/ULyrics_bak.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/ULyrics_bak.pas b/Game/Code/Classes/ULyrics_bak.pas index 7db7e0d9..0fba05d2 100644 --- a/Game/Code/Classes/ULyrics_bak.pas +++ b/Game/Code/Classes/ULyrics_bak.pas @@ -143,7 +143,7 @@ end; procedure TLyric.SetAlign(Value: integer); begin AlignI := Value; -// if AlignInt = 0 then beep; +// if AlignInt = 0 then Log.LogStatus('AlignInt = 0', 'TLyric.SetAlign'); end; function TLyric.GetSize: real; |