aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenSingModi.pas
diff options
context:
space:
mode:
authors_alexander <s_alexander@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-04-10 17:51:42 +0000
committers_alexander <s_alexander@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-04-10 17:51:42 +0000
commitefe03774a1736d28512746f1a56b5c1f4e3da0c2 (patch)
tree5cc9b4893330a4d82ab8347eeb6a40af870f93a6 /Game/Code/Screens/UScreenSingModi.pas
parent13455f404bb5f338ecc936db1cf25c14f6751095 (diff)
downloadusdx-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/UScreenSingModi.pas')
-rw-r--r--Game/Code/Screens/UScreenSingModi.pas1
1 files changed, 0 insertions, 1 deletions
diff --git a/Game/Code/Screens/UScreenSingModi.pas b/Game/Code/Screens/UScreenSingModi.pas
index 87e01e00..e1441684 100644
--- a/Game/Code/Screens/UScreenSingModi.pas
+++ b/Game/Code/Screens/UScreenSingModi.pas
@@ -148,7 +148,6 @@ begin
Result.Sentence[I].End_ := Lines.Line[I].End_;
Result.Sentence[I].BaseNote := Lines.Line[I].BaseNote;
Result.Sentence[I].HighNote := Lines.Line[I].HighNote;
- Result.Sentence[I].IlNut := Lines.Line[I].IlNut;
Result.Sentence[I].TotalNotes := Lines.Line[I].TotalNotes;
SetLength(Result.Sentence[I].Note, Length(Lines.Line[I].Note));