diff options
-rw-r--r-- | engines/access/amazon/amazon_scripts.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/access/amazon/amazon_scripts.cpp b/engines/access/amazon/amazon_scripts.cpp index fb1ccbe05e..c5b77950ad 100644 --- a/engines/access/amazon/amazon_scripts.cpp +++ b/engines/access/amazon/amazon_scripts.cpp @@ -300,8 +300,8 @@ void AmazonScripts::plotInactive() { _game->_rawInactiveY >= 158 && _game->_rawInactiveY <= 173) { _game->_flags[155] = 1; } else { - _game->_flags[160] = 1; - if (!_game->_jasMayaFlag && _game->_rawInactiveX <= 266 && _game->_rawInactiveX < 290 + _game->_flags[160] = 0; + if (!_game->_jasMayaFlag && _game->_rawInactiveX >= 266 && _game->_rawInactiveX <= 290 && _game->_rawInactiveY >= 70 && _game->_rawInactiveY <= 87) { _game->_flags[160] = 1; } |