aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/files_threads.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-01-17 23:01:41 -0500
committerPaul Gilbert2014-01-17 23:01:41 -0500
commit829de693ef90fd6381ab6525158d1a38d9df6d3d (patch)
tree4a12f63df53f96d9bbb44978f1613ab638512cd7 /engines/voyeur/files_threads.cpp
parent6b059631ce8a54556bb27891438f65cd1fed59dc (diff)
downloadscummvm-rg350-829de693ef90fd6381ab6525158d1a38d9df6d3d.tar.gz
scummvm-rg350-829de693ef90fd6381ab6525158d1a38d9df6d3d.tar.bz2
scummvm-rg350-829de693ef90fd6381ab6525158d1a38d9df6d3d.zip
VOYEUR: Fix for video playback when no custom pic list needs to be applied
Diffstat (limited to 'engines/voyeur/files_threads.cpp')
-rw-r--r--engines/voyeur/files_threads.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/voyeur/files_threads.cpp b/engines/voyeur/files_threads.cpp
index 8fa2ec7724..4b074720c0 100644
--- a/engines/voyeur/files_threads.cpp
+++ b/engines/voyeur/files_threads.cpp
@@ -1086,6 +1086,8 @@ int ThreadResource::doApt() {
hotspotId = idx;
if (idx != prevHotspotId) {
+ // Check for whether to replace hotspot Id for "Watch TV" for
+ // "Review the Tape" if player has already watched the TV
if ((_vm->_voy._field478 & 0x100) && (hotspotId == 2))
hotspotId = 5;