diff options
author | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-27 23:38:00 +0000 |
---|---|---|
committer | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-27 23:38:00 +0000 |
commit | 10e6d7591c71597228046d0191b2a8bc9662e858 (patch) | |
tree | 34c0ef3978e51c8af89e76300880c6136ab8366c /Game/Code/Classes/USong.pas | |
parent | 3833ad17233bf2d69a7f07848f333604cf7a75d3 (diff) | |
download | usdx-10e6d7591c71597228046d0191b2a8bc9662e858.tar.gz usdx-10e6d7591c71597228046d0191b2a8bc9662e858.tar.xz usdx-10e6d7591c71597228046d0191b2a8bc9662e858.zip |
Writeln caused a problem in the previously committed USong.pas, debug message is now just written when compiling with Lazarus
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@976 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Classes/USong.pas')
-rw-r--r-- | Game/Code/Classes/USong.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/USong.pas b/Game/Code/Classes/USong.pas index ade511a8..2693ed48 100644 --- a/Game/Code/Classes/USong.pas +++ b/Game/Code/Classes/USong.pas @@ -403,7 +403,7 @@ begin //Try to Parse the Song If Parser.ParseSong(Path + PathDelim + FileName) then begin
- Writeln('XML Inputfile Parsed succesful');
+// Writeln('XML Inputfile Parsed succesful');
//Start write parsed information to Song
//Notes Part
For I := 0 to High(Parser.SongInfo.Sentences) do
|