From 798a93d8995011a5cc2cc2a611fb2c6f774d9600 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 14 Dec 2013 21:08:56 -0500 Subject: [PATCH] VOYEUR: Slight fix to doInterface method --- engines/voyeur/files_threads.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engines/voyeur/files_threads.cpp b/engines/voyeur/files_threads.cpp index 12314df731a..a8cf28841e1 100644 --- a/engines/voyeur/files_threads.cpp +++ b/engines/voyeur/files_threads.cpp @@ -1064,7 +1064,8 @@ int ThreadResource::doInterface() { PictureResource *pic; Common::Point pt; - if (_vm->_voy._field478 != _vm->_voy._field46E) { + _vm->_voy._field478 |= 1; + if (_vm->_voy._field46E) { _vm->_voy._field46E = 0; return -2; }