VOYEUR: Slight fix to doInterface method

This commit is contained in:
Paul Gilbert 2013-12-14 21:08:56 -05:00
parent fc757c3169
commit 798a93d899

View File

@ -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;
}