diff options
| author | Matthew Hoops | 2012-08-12 01:20:13 -0400 |
|---|---|---|
| committer | Matthew Hoops | 2012-08-12 01:22:47 -0400 |
| commit | 0817a02a7d69313d4649af27062c7e3d89c0d2c5 (patch) | |
| tree | 7dc37b2909af5283fec54afcad7b4dd49a35aa26 /engines/mohawk/myst_stacks | |
| parent | a458b91e7e4a1774d8dea1fe75966d834f43ee7b (diff) | |
| download | scummvm-rg350-0817a02a7d69313d4649af27062c7e3d89c0d2c5.tar.gz scummvm-rg350-0817a02a7d69313d4649af27062c7e3d89c0d2c5.tar.bz2 scummvm-rg350-0817a02a7d69313d4649af27062c7e3d89c0d2c5.zip | |
MOHAWK: Use setStopTime()
Diffstat (limited to 'engines/mohawk/myst_stacks')
| -rw-r--r-- | engines/mohawk/myst_stacks/dni.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/myst_stacks/dni.cpp b/engines/mohawk/myst_stacks/dni.cpp index cae165ccf0..d103105c2d 100644 --- a/engines/mohawk/myst_stacks/dni.cpp +++ b/engines/mohawk/myst_stacks/dni.cpp @@ -109,7 +109,7 @@ void Dni::o_handPage(uint16 op, uint16 var, uint16 argc, uint16 *argv) { _vm->setMainCursor(kDefaultMystCursor); // Play movie end (atrus leaving) - _vm->_video->setVideoBounds(atrus, Audio::Timestamp(0, 14813, 600), Audio::Timestamp(0xFFFFFFFF)); + _vm->_video->setVideoBounds(atrus, Audio::Timestamp(0, 14813, 600), _vm->_video->getDuration(atrus)); _vm->_video->setVideoLooping(atrus, false); _atrusLeft = true; |
