aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenSing.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Screens/UScreenSing.pas')
-rw-r--r--Game/Code/Screens/UScreenSing.pas13
1 files changed, 12 insertions, 1 deletions
diff --git a/Game/Code/Screens/UScreenSing.pas b/Game/Code/Screens/UScreenSing.pas
index 2f8ee68f..0fa5227c 100644
--- a/Game/Code/Screens/UScreenSing.pas
+++ b/Game/Code/Screens/UScreenSing.pas
@@ -1575,7 +1575,18 @@ begin
end;
end;
- wStartWebCam();
+ if not FGrabFrameFlag and (Ini.EnableWebCam=1) then
+ begin
+ //Display White Activating WebCam Text
+ SetFontStyle(2); //Font: Outlined1
+ SetFontSize(12);
+ SetFontItalic(False);
+ SetFontPos (400 - glTextWidth ('Activating Webcam ...')/2, 250); //Position
+ glColor4f(1,1,1,1);
+ glPrint('Activating Webcam ...');
+ SwapBuffers;
+ wStartWebCam();
+ end;
// play music (II)
if (ScreenSong.Mode = smMedley) or ScreenSong.PartyMedley then