Mercurial > mm7
comparison Engine/MMT.cpp @ 2520:9f7908a4d8e6
MOVIE_JVC not crash
author | Ritor1 |
---|---|
date | Thu, 09 Oct 2014 22:02:47 +0600 |
parents | b36b858a5175 |
children | b71d0e7837ac |
comparison
equal
deleted
inserted
replaced
2519:b36b858a5175 | 2520:9f7908a4d8e6 |
---|---|
41 if ( !pMediaPlayer->bStopBeforeSchedule ) | 41 if ( !pMediaPlayer->bStopBeforeSchedule ) |
42 { | 42 { |
43 pMediaPlayer->PlayFullscreenMovie(MOVIE_NWCLogo, true); | 43 pMediaPlayer->PlayFullscreenMovie(MOVIE_NWCLogo, true); |
44 if ( !pMediaPlayer->bStopBeforeSchedule ) | 44 if ( !pMediaPlayer->bStopBeforeSchedule ) |
45 { | 45 { |
46 | 46 if ( !pMediaPlayer->bStopBeforeSchedule ) |
47 if (for_refactoring) | |
48 { | 47 { |
49 MessageBoxA(nullptr, "Ritor1: MOVIE_JVC crash", "", 0); | 48 pMediaPlayer->PlayFullscreenMovie(MOVIE_JVC, true); |
50 __debugbreak(); | 49 if ( !pMediaPlayer->bStopBeforeSchedule ) |
50 { | |
51 if (!use_MMT) | |
52 pMediaPlayer->PlayFullscreenMovie(MOVIE_Intro, true); | |
53 } | |
51 } | 54 } |
52 | |
53 //pMediaPlayer->PlayFullscreenMovie(MOVIE_JVC, true); | |
54 //if ( !pMediaPlayer->bStopBeforeSchedule ) | |
55 if (!use_MMT) | |
56 pMediaPlayer->PlayFullscreenMovie(MOVIE_Intro, true); | |
57 } | 55 } |
58 } | 56 } |
59 } | 57 } |
60 | 58 |
61 if (use_MMT) | 59 if (use_MMT) |