From cb2a7d2226338a26b4b77a1b08041d2bf7770fa4 Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Sat, 28 Feb 2009 21:41:23 +0000 Subject: loading of songs with relative: yes fixed git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1611 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/base/USong.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/USong.pas') diff --git a/src/base/USong.pas b/src/base/USong.pas index ef0768c5..4dd6be0f 100644 --- a/src/base/USong.pas +++ b/src/base/USong.pas @@ -218,7 +218,6 @@ begin MultBPM := 4; // multiply beat-count of note by 4 Mult := 1; // accuracy of measurement of note - self.Relative := false; Rel[0] := 0; CP := 0; Both := false; @@ -1009,6 +1008,7 @@ begin Resolution := 4; Creator := ''; + Relative := false; end; function TSong.Analyse(): boolean; -- cgit v1.2.3