aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UCovers.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/Classes/UCovers.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 'Game/Code/Classes/UCovers.pas')
-rw-r--r--Game/Code/Classes/UCovers.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/Game/Code/Classes/UCovers.pas b/Game/Code/Classes/UCovers.pas
index 4068e02b..1d3f737c 100644
--- a/Game/Code/Classes/UCovers.pas
+++ b/Game/Code/Classes/UCovers.pas
@@ -262,7 +262,8 @@ begin
C := CoverNumber(FileName);
SetLength(Data, Cover[C].Size);
- if Length(Data) < 6 then beep;
+ if Length(Data) < 6 then
+ Log.LogStatus('Length(Data) < 6', 'TCovers.PrepareData');
Seek(F, Cover[C].Position);
BlockRead(F, Data[0], Cover[C].Size);
CloseFile(F);