aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/files_threads.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-01-03 09:35:17 -1000
committerPaul Gilbert2014-01-03 09:35:17 -1000
commit795422bb2909bbcc84d259021257cad2ed323522 (patch)
tree6f784ac2f436150c51ef70971de6cc425a3e591b /engines/voyeur/files_threads.cpp
parent5b2ad8515e45642bc2829d4f62aaa571b73b1bf1 (diff)
downloadscummvm-rg350-795422bb2909bbcc84d259021257cad2ed323522.tar.gz
scummvm-rg350-795422bb2909bbcc84d259021257cad2ed323522.tar.bz2
scummvm-rg350-795422bb2909bbcc84d259021257cad2ed323522.zip
VOYEUR: Fix loading of correct hotspot list in doInterface
Diffstat (limited to 'engines/voyeur/files_threads.cpp')
-rw-r--r--engines/voyeur/files_threads.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/files_threads.cpp b/engines/voyeur/files_threads.cpp
index 87a8249b53..0a11f471fa 100644
--- a/engines/voyeur/files_threads.cpp
+++ b/engines/voyeur/files_threads.cpp
@@ -1376,7 +1376,7 @@ int ThreadResource::doInterface() {
_vm->initIFace();
Common::Array<Common::Rect> &hotspots = _vm->_bVoy->boltEntry(
- _vm->_playStamp1)._rectResource->_entries;
+ _vm->_playStamp1 + 1)._rectResource->_entries;
_vm->_playStamp2 = 151 - _vm->getRandomNumber(5);
_vm->_voy._vocSecondsOffset = _vm->getRandomNumber(29);