MOHAWK: Rename some VideoManager functions so we have some unified naming between versions
svn-id: r55312
This commit is contained in:
parent
bf06c49544
commit
0761ab7b3a
17 changed files with 162 additions and 162 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue