Mercurial > mm7
comparison VideoPlayer.cpp @ 256:c5e5c5146957
-novideo command arg
author | Nomad |
---|---|
date | Mon, 18 Feb 2013 09:16:47 +0200 |
parents | bcd55744c2f4 |
children | d720a13e2273 |
comparison
equal
deleted
inserted
replaced
255:0a37a56e9f02 | 256:c5e5c5146957 |
---|---|
293 unsigned int uTrackEndMS; // [sp+38h] [bp-4h]@8 | 293 unsigned int uTrackEndMS; // [sp+38h] [bp-4h]@8 |
294 | 294 |
295 pVideoPlayer->bStopBeforeSchedule = false; | 295 pVideoPlayer->bStopBeforeSchedule = false; |
296 pVideoPlayer->pResetflag = 0; | 296 pVideoPlayer->pResetflag = 0; |
297 bGameoverLoop = 1; | 297 bGameoverLoop = 1; |
298 if ( !bNoVideo ) | 298 if (!bNoVideo) |
299 { | 299 { |
300 bNoVideo = 0; | |
301 pRenderer->PresentBlackScreen(); | 300 pRenderer->PresentBlackScreen(); |
302 pGame->pCShow->PlayMovie(MOVIE_3DOLogo, 1); | 301 pGame->pCShow->PlayMovie(MOVIE_3DOLogo, 1); |
303 if ( !pVideoPlayer->bStopBeforeSchedule ) | 302 if ( !pVideoPlayer->bStopBeforeSchedule ) |
304 { | 303 { |
305 pGame->pCShow->PlayMovie(MOVIE_NWCLogo, 1); | 304 pGame->pCShow->PlayMovie(MOVIE_NWCLogo, 1); |