diff options
author | s_alexander <s_alexander@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-04-10 17:51:42 +0000 |
---|---|---|
committer | s_alexander <s_alexander@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-04-10 17:51:42 +0000 |
commit | efe03774a1736d28512746f1a56b5c1f4e3da0c2 (patch) | |
tree | 5cc9b4893330a4d82ab8347eeb6a40af870f93a6 /Game/Code/Screens/UScreenEditConvert.pas | |
parent | 13455f404bb5f338ecc936db1cf25c14f6751095 (diff) | |
download | usdx-efe03774a1736d28512746f1a56b5c1f4e3da0c2.tar.gz usdx-efe03774a1736d28512746f1a56b5c1f4e3da0c2.tar.xz usdx-efe03774a1736d28512746f1a56b5c1f4e3da0c2.zip |
finally removed IlNut from Editor (*hope* it will work)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1019 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Screens/UScreenEditConvert.pas')
-rw-r--r-- | Game/Code/Screens/UScreenEditConvert.pas | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Game/Code/Screens/UScreenEditConvert.pas b/Game/Code/Screens/UScreenEditConvert.pas index 1749d4e2..7a3ef3e8 100644 --- a/Game/Code/Screens/UScreenEditConvert.pas +++ b/Game/Code/Screens/UScreenEditConvert.pas @@ -302,7 +302,6 @@ begin C := 0; N := 0; - Lines.Line[C].IlNut := 0; Lines.Line[C].HighNote := -1; for Nu := 0 to High(Note) do begin @@ -313,7 +312,6 @@ begin C := C + 1; N := 0; SetLength(Lines.Line[C].Note, 0); - Lines.Line[C].IlNut := 0; Lines.Line[C].HighNote := -1; //Calculate Start of the Last Sentence @@ -340,8 +338,6 @@ begin // tworzy miejsce na nowa nute SetLength(Lines.Line[C].Note, Length(Lines.Line[C].Note)+1); - Lines.Line[C].IlNut := Lines.Line[C].IlNut + 1; - Lines.Line[C].HighNote := Lines.Line[C].HighNote + 1; // dopisuje Lines.Line[C].Note[N].Start := Note[Nu].Start; |