Mercurial > mm7
diff Arcomage.cpp @ 2356:08c4f1799ca1
Elements of VideoPlayer structure moved
author | Ritor1 |
---|---|
date | Thu, 10 Apr 2014 17:34:50 +0600 |
parents | 63e1388c5463 |
children | bddcaf5d5db2 |
line wrap: on
line diff
--- a/Arcomage.cpp Tue Apr 08 17:39:59 2014 +0600 +++ b/Arcomage.cpp Thu Apr 10 17:34:50 2014 +0600 @@ -1109,7 +1109,7 @@ pArcomageGame->pSprites.Release(); pArcomageGame->bGameInProgress = false; viewparams->bRedrawGameUI = true; - if ( pVideoPlayer->AnyMovieLoaded() ) + if ( pMovie ) pVideoPlayer->_4BF5B2(); for( int i = 0; i < 12; ++i ) pSoundList->UnloadSound(am_sounds[i], 1);