mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
VOYEUR: Slight fix to doInterface method
This commit is contained in:
parent
fc757c3169
commit
798a93d899
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user