aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_bargon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/inter_bargon.cpp')
-rw-r--r--engines/gob/inter_bargon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter_bargon.cpp b/engines/gob/inter_bargon.cpp
index beef1da6da..5c56196641 100644
--- a/engines/gob/inter_bargon.cpp
+++ b/engines/gob/inter_bargon.cpp
@@ -107,7 +107,7 @@ void Inter_Bargon::oBargon_intro1(OpGobParams &params) {
_vm->_vidPlayer->play(slot, props);
props.startFrame = -1;
- props.lastFrame = 23;
+ props.lastFrame = _vm->_vidPlayer->getFrameCount(slot) - 23;
props.fade = false;
_vm->_vidPlayer->play(slot, props);