diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-04-22 01:04:24 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-04-22 01:04:24 +0000 |
commit | edfc692c991e08af0163aa6812e5972478d7191b (patch) | |
tree | 2580b6460cd805a3782c39404e6208c05dc0a435 /src/menu | |
parent | 776e4ffb42b0cc5f32c2dcc54745a3537e3bcc15 (diff) | |
download | usdx-edfc692c991e08af0163aa6812e5972478d7191b.tar.gz usdx-edfc692c991e08af0163aa6812e5972478d7191b.tar.xz usdx-edfc692c991e08af0163aa6812e5972478d7191b.zip |
- now it is possible to sync lyrics to audio
- ini option SyncTo added
- lyric to audio is default now (instead of sync audio to lyrics)
- modified RelativeTimer (hopefully easier to use and more self-explanatory)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2273 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/menu')
-rw-r--r-- | src/menu/UMenuBackgroundVideo.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/menu/UMenuBackgroundVideo.pas b/src/menu/UMenuBackgroundVideo.pas index 006c45e0..bfaee702 100644 --- a/src/menu/UMenuBackgroundVideo.pas +++ b/src/menu/UMenuBackgroundVideo.pas @@ -131,6 +131,7 @@ begin if (fBgVideo <> nil) then begin VideoBGTimer.SetTime(0); + VideoBGTimer.Start(); fBgVideo.Loop := true; fBgVideo.Play; end; |