aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenEditSub.pas
diff options
context:
space:
mode:
authorb1indy <b1indy@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-09-20 10:39:30 +0000
committerb1indy <b1indy@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-09-20 10:39:30 +0000
commit50523ba17fcb19d37c54420ec3ea651538121e35 (patch)
treea7d377bc4057039b18049289e500213bc8202021 /Game/Code/Screens/UScreenEditSub.pas
parenta1c2876fb12cfc860044f00210f69a9bdc2cf687 (diff)
downloadusdx-50523ba17fcb19d37c54420ec3ea651538121e35.tar.gz
usdx-50523ba17fcb19d37c54420ec3ea651538121e35.tar.xz
usdx-50523ba17fcb19d37c54420ec3ea651538121e35.zip
moved a hack to a more appropriate place
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@417 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/Screens/UScreenEditSub.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/Game/Code/Screens/UScreenEditSub.pas b/Game/Code/Screens/UScreenEditSub.pas
index e896d603..22420b26 100644
--- a/Game/Code/Screens/UScreenEditSub.pas
+++ b/Game/Code/Screens/UScreenEditSub.pas
@@ -1072,6 +1072,7 @@ procedure TScreenEditSub.CopySentences(Src, Dst, Num: integer);
var
C: integer;
begin
+ Lyric := TLyric.Create;
// create place for new sentences
SetLength(Czesci[0].Czesc, Czesci[0].Ilosc + Num - 1);