aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Hesse2010-08-08 00:48:51 +0000
committerSven Hesse2010-08-08 00:48:51 +0000
commit688ae2bfff418d19e117d0f827e855b48d2a9a9d (patch)
tree6e6173c0f925026021dadda8ee2f9e2600a772c6
parent8a09b25f7b64f1ac506dc7ade7dd98690fd44635 (diff)
downloadscummvm-rg350-688ae2bfff418d19e117d0f827e855b48d2a9a9d.tar.gz
scummvm-rg350-688ae2bfff418d19e117d0f827e855b48d2a9a9d.tar.bz2
scummvm-rg350-688ae2bfff418d19e117d0f827e855b48d2a9a9d.zip
GOB: Another VideoPlayer interface adaption
svn-id: r51880
-rw-r--r--engines/gob/game.cpp2
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;
}