aboutsummaryrefslogtreecommitdiff
path: root/games/warzone2100/files/patch-src__seqdisp.c
blob: 8687b9d2ebbfb2daf2c7fced5121c5fb9c6beb76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- src/seqdisp.c	2006/08/27 19:09:35	298
+++ src/seqdisp.c	2006/08/29 19:57:34	304
@@ -384,13 +384,14 @@
 //full screenvideo functions
 BOOL seq_StartFullScreenVideo(char* videoName, char* audioName)
 {
-	bHoldSeqForAudio = FALSE;
-
 #ifdef DUMMY_VIDEO
 	debug( LOG_VIDEO, "seq_StartFullScreenVideo: Refusing to play video! (Not a bug)" );
-	return FALSE;
+	// FIXME We probably should call something like eventFireCallbackTrigger((TRIGGER_TYPE)CALL_VIDEO_QUIT); here!
+	return TRUE;
 #endif
 
+	bHoldSeqForAudio = FALSE;
+
 	frameSkip = 1;
 	switch(war_GetSeqMode())
 	{