MOHAWK: Rename some VideoManager functions so we have some unified naming between versions

svn-id: r55312
This commit is contained in:
Matthew Hoops 2011-01-18 20:30:16 +00:00
parent bf06c49544
commit 0761ab7b3a
17 changed files with 162 additions and 162 deletions

View file

@ -295,7 +295,7 @@ Common::Error MohawkEngine_Myst::run() {
Common::Event event;
while (!shouldQuit()) {
// Update any background videos
_needsUpdate = _video->updateBackgroundMovies();
_needsUpdate = _video->updateMovies();
_scriptParser->runPersistentScripts();
while (_eventMan->pollEvent(event)) {
@ -531,7 +531,7 @@ void MohawkEngine_Myst::changeToStack(uint16 stack, uint16 card, uint16 linkSrcS
}
if (flyby)
_video->playMovieCentered(wrapMovieFilename(flyby, kMasterpieceOnly));
_video->playMovieBlockingCentered(wrapMovieFilename(flyby, kMasterpieceOnly));
}
changeToCard(card, true);