diff VideoPlayer.cpp @ 256:c5e5c5146957

-novideo command arg
author Nomad
date Mon, 18 Feb 2013 09:16:47 +0200
parents bcd55744c2f4
children d720a13e2273
line wrap: on
line diff
--- a/VideoPlayer.cpp	Mon Feb 18 09:14:26 2013 +0200
+++ b/VideoPlayer.cpp	Mon Feb 18 09:16:47 2013 +0200
@@ -295,9 +295,8 @@
   pVideoPlayer->bStopBeforeSchedule = false;
   pVideoPlayer->pResetflag = 0;
   bGameoverLoop = 1;
-  if ( !bNoVideo )
+  if (!bNoVideo)
   {
-    bNoVideo = 0;
     pRenderer->PresentBlackScreen();
     pGame->pCShow->PlayMovie(MOVIE_3DOLogo, 1);
     if ( !pVideoPlayer->bStopBeforeSchedule )