mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 07:07:10 +00:00
GOB: Another VideoPlayer interface adaption
svn-id: r51880
This commit is contained in:
parent
8a09b25f7b
commit
688ae2bfff
@ -299,7 +299,7 @@ void Game::playTot(int16 skipPlay) {
|
||||
break;
|
||||
|
||||
if (skipPlay == -2) {
|
||||
_vm->_vidPlayer->primaryClose();
|
||||
_vm->_vidPlayer->closeVideo();
|
||||
skipPlay = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user