diff options
-rw-r--r-- | engines/gob/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/game.cpp b/engines/gob/game.cpp index 1e6f078499..1a8823b156 100644 --- a/engines/gob/game.cpp +++ b/engines/gob/game.cpp @@ -299,7 +299,7 @@ void Game::playTot(int16 skipPlay) { break; if (skipPlay == -2) { - _vm->_vidPlayer->primaryClose(); + _vm->_vidPlayer->closeVideo(); skipPlay = 0; } |