diff options
-rw-r--r-- | AUTHORS.txt | 1 | ||||
-rw-r--r-- | COPYRIGHT.txt | 1 | ||||
-rw-r--r-- | src/screens/UScreenEditSub.pas | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt index 3f9a0f63..21f2c27a 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -8,6 +8,7 @@ This modification was continued at Sourceforge.net by the Ultrastar Deluxe Team: Mischi Mog Whiteshark + brunzel ~=[ Retired project developers / admins ]=~ Alex diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index cbc9105d..f2a8e249 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -6,6 +6,7 @@ list. Contact us (see: AUTHORS) and we'll add you. Jay Binks "jaybinks" Dirk Dunger "blindy" +Alexander Eckart "brunzel" "eddie-0815" Mike Gränz "mog" Tobias Gunkel "tobigun" diff --git a/src/screens/UScreenEditSub.pas b/src/screens/UScreenEditSub.pas index 609a689b..10584ce8 100644 --- a/src/screens/UScreenEditSub.pas +++ b/src/screens/UScreenEditSub.pas @@ -934,7 +934,7 @@ begin begin Inc(HighNote); SetLength(Note, HighNote + 1); - Note[HighNote] := Note[N]; + Note[HighNote] := Lines[0].Line[CStart].Note[N]; End_ := Note[HighNote].Start + Note[HighNote].Length; if Note[HighNote].Tone < BaseNote then |