comparison Arcomage.cpp @ 2394:2fe8feb3dcd1

pMovie renamed to pMovie_Track and other
author Ritor1
date Fri, 04 Jul 2014 18:15:46 +0600
parents bddcaf5d5db2
children f4af3b203f65
comparison
equal deleted inserted replaced
2393:a29d9609f9b2 2394:2fe8feb3dcd1
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 ( pMovie ) 1112 if ( pMovie_Track )
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