From 36e04782552fde9e26710f29f453d574b2ee9c0b Mon Sep 17 00:00:00 2001 From: f1fth_freed0m Date: Thu, 6 Mar 2008 02:16:07 +0000 Subject: Translated Some Variables TonGamy to ToneGamus DlugoscNut to NoteLenght Akt to Current AktBeat to CurrentBeat AktBeatD to CurrentBeatD AktBeatC to CurrentBeatC OldCzesc to OldLine Teraz to CurrentTime Razem to TotalTime TCzas to TLineState Czas to LineState git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@916 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Classes/USong.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Game/Code/Classes/USong.pas') diff --git a/Game/Code/Classes/USong.pas b/Game/Code/Classes/USong.pas index 5db250c5..a97ea1c9 100644 --- a/Game/Code/Classes/USong.pas +++ b/Game/Code/Classes/USong.pas @@ -227,7 +227,7 @@ begin SetLength(Lines[Pet].Line, 1); Lines[Pet].High := 0; Lines[Pet].Ilosc := 1; - Lines[Pet].Akt := 0; + Lines[Pet].Current := 0; Lines[Pet].Resolution := self.Resolution; Lines[Pet].NotesGAP := self.NotesGAP; Lines[Pet].Line[0].IlNut := 0; @@ -593,7 +593,7 @@ begin end; Note[HighNote].Lenght := DurationP; - Melody.DlugoscNut := Melody.DlugoscNut + Note[HighNote].Lenght; + Melody.NoteLenght := Melody.NoteLenght + Note[HighNote].Lenght; // back to the normal system with normal, golden and now freestyle notes case TypeP of @@ -606,7 +606,7 @@ begin Note[HighNote].Tone := NoteP; if Note[HighNote].Tone < Base[NrCzesci] then Base[NrCzesci] := Note[HighNote].Tone; - Note[HighNote].TonGamy := Note[HighNote].TonGamy mod 12; + Note[HighNote].ToneGamus := Note[HighNote].ToneGamus mod 12; Note[HighNote].Text := Copy(LyricS, 2, 100); Lyric := Lyric + Note[HighNote].Text; -- cgit v1.2.3