Mercurial > mm7
comparison Arcomage.cpp @ 2356:08c4f1799ca1
Elements of VideoPlayer structure moved
author | Ritor1 |
---|---|
date | Thu, 10 Apr 2014 17:34:50 +0600 |
parents | 63e1388c5463 |
children | bddcaf5d5db2 |
comparison
equal
deleted
inserted
replaced
2347:d57505d3c70c | 2356:08c4f1799ca1 |
---|---|
1107 | 1107 |
1108 pArcomageGame->pGameBackground.Release(); | 1108 pArcomageGame->pGameBackground.Release(); |
1109 pArcomageGame->pSprites.Release(); | 1109 pArcomageGame->pSprites.Release(); |
1110 pArcomageGame->bGameInProgress = false; | 1110 pArcomageGame->bGameInProgress = false; |
1111 viewparams->bRedrawGameUI = true; | 1111 viewparams->bRedrawGameUI = true; |
1112 if ( pVideoPlayer->AnyMovieLoaded() ) | 1112 if ( pMovie ) |
1113 pVideoPlayer->_4BF5B2(); | 1113 pVideoPlayer->_4BF5B2(); |
1114 for( int i = 0; i < 12; ++i ) | 1114 for( int i = 0; i < 12; ++i ) |
1115 pSoundList->UnloadSound(am_sounds[i], 1); | 1115 pSoundList->UnloadSound(am_sounds[i], 1); |
1116 } | 1116 } |
1117 | 1117 |