diff options
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Screens/UScreenSing.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Game/Code/Screens/UScreenSing.pas b/Game/Code/Screens/UScreenSing.pas index 22f8c8ac..eeb7edbb 100644 --- a/Game/Code/Screens/UScreenSing.pas +++ b/Game/Code/Screens/UScreenSing.pas @@ -872,9 +872,9 @@ begin acOpenFile(PAnsiChar(AktSong.Path + AktSong.Video));
if (ScreenSong.Mode = smMedley) or ScreenSong.PartyMedley then
- acSkip(AktSong.VideoGAP, MedleyStart)
+ acSkip2(AktSong.VideoGAP, MedleyStart)
else
- acSkip(AktSong.VideoGAP, AktSong.Start);
+ acSkip2(AktSong.VideoGAP, AktSong.Start);
if (UVideo.VideoOpened) then
AktSong.VideoLoaded := true;
|