diff options
Diffstat (limited to 'engines/avalanche/visa2.cpp')
-rw-r--r-- | engines/avalanche/visa2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/visa2.cpp b/engines/avalanche/visa2.cpp index b0cabd40e1..0a0c031eff 100644 --- a/engines/avalanche/visa2.cpp +++ b/engines/avalanche/visa2.cpp @@ -237,7 +237,7 @@ void Visa::talkto(byte whom) { } break; case _vm->_gyro->pspurge: - if (~ _vm->_gyro->dna.sitting_in_pub) { + if (!_vm->_gyro->dna.sitting_in_pub) { dixi('q', 71); // Try going over and sitting down. return; } else { |