aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenEditSub.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Screens/UScreenEditSub.pas')
-rw-r--r--Game/Code/Screens/UScreenEditSub.pas4
1 files changed, 3 insertions, 1 deletions
diff --git a/Game/Code/Screens/UScreenEditSub.pas b/Game/Code/Screens/UScreenEditSub.pas
index 689a12d9..f4a2e40b 100644
--- a/Game/Code/Screens/UScreenEditSub.pas
+++ b/Game/Code/Screens/UScreenEditSub.pas
@@ -1159,6 +1159,8 @@ end;
procedure TScreenEditSub.onShow;
begin
+ inherited;
+
Log.LogStatus('Initializing', 'TEditScreen.onShow');
Lyric := TLyric.Create;
@@ -1281,7 +1283,7 @@ begin
for Pet := 0 to Czesci[0].Czesc[Czesci[0].Akt].HighNut do
if (Czesci[0].Czesc[Czesci[0].Akt].Nuta[Pet].Start = AktBeat) then
begin
- AudioPlayback.PlaySound(SoundLib.Click);
+ AudioPlayback.PlaySound( SoundLib.Click );
LastClick := AktBeat;
end;
end;