aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenEditSub.pas
diff options
context:
space:
mode:
authorbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-02-28 20:05:21 +0000
committerbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-02-28 20:05:21 +0000
commit154b7014692602ea50a9fc556519a4e9212b2e43 (patch)
tree7f705c578328b64368269bdd0229674d6d7de635 /Game/Code/Screens/UScreenEditSub.pas
parent25e630a4c6c0b0b08b41acc75d0d05dd954d4e0f (diff)
downloadusdx-154b7014692602ea50a9fc556519a4e9212b2e43.tar.gz
usdx-154b7014692602ea50a9fc556519a4e9212b2e43.tar.xz
usdx-154b7014692602ea50a9fc556519a4e9212b2e43.zip
popup with error count on start up, if there were any errors during the start up procedure.
shift+v for playing video with clicks (in editor) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2161 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Screens/UScreenEditSub.pas')
-rw-r--r--Game/Code/Screens/UScreenEditSub.pas8
1 files changed, 7 insertions, 1 deletions
diff --git a/Game/Code/Screens/UScreenEditSub.pas b/Game/Code/Screens/UScreenEditSub.pas
index 0f11faf0..d5c7d9aa 100644
--- a/Game/Code/Screens/UScreenEditSub.pas
+++ b/Game/Code/Screens/UScreenEditSub.pas
@@ -543,8 +543,13 @@ begin
CopySentence(CopySrc, Czesci[0].Akt);
end;
- if SDL_ModState = 0 then begin
+ if SDL_ModState = 0 then
StartVideo;
+
+ if SDL_ModState = KMOD_LSHIFT then
+ begin
+ StartVideo;
+ Click := true;
end;
end;
@@ -2182,6 +2187,7 @@ begin
Lyric.Draw;
DrawInfoBar(20, 460, 760, 20);
+ glLineWidth(1); //bad fix...
if UVideo.VideoOpened and PlayVideo then
begin