aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenSingModi.pas
diff options
context:
space:
mode:
authorbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-10-09 06:17:23 +0000
committerbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-10-09 06:17:23 +0000
commit81cda8dbc99a289d63caa730d2d1944e968692ba (patch)
treea9b48d0144695748513397129c1ebd2de325c90c /Game/Code/Screens/UScreenSingModi.pas
parent23bf5028a3314e41c9e21bbe7b8f22878d3554d8 (diff)
downloadusdx-81cda8dbc99a289d63caa730d2d1944e968692ba.tar.gz
usdx-81cda8dbc99a289d63caa730d2d1944e968692ba.tar.xz
usdx-81cda8dbc99a289d63caa730d2d1944e968692ba.zip
fix: reload screens if skin or color was changed
fix: colors on challenge party new round screen git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2646 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/Screens/UScreenSingModi.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Screens/UScreenSingModi.pas b/Game/Code/Screens/UScreenSingModi.pas
index 715ec0b2..1c1d8ade 100644
--- a/Game/Code/Screens/UScreenSingModi.pas
+++ b/Game/Code/Screens/UScreenSingModi.pas
@@ -597,7 +597,7 @@ end;
// update and draw movie
if ShowFinish and AktSong.VideoLoaded AND DllMan.Selected.LoadVideo then
begin
- acGetFrame(Czas.Teraz);
+ acGetFrame(Music.Position);
acDrawGL(ScreenAct, not WebCam); // this only draws
end;