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 182783ee54..b0cabd40e1 100644 --- a/engines/avalanche/visa2.cpp +++ b/engines/avalanche/visa2.cpp @@ -281,7 +281,7 @@ void Visa::talkto(byte whom) { dixi('q', 1); // Circular from Cardiff. _vm->_gyro->dna.talked_to_crapulus = true; - _vm->_gyro->whereis[_vm->_gyro->pcrapulus] = 177; // Crapulus walks off. + _vm->_gyro->whereis[_vm->_gyro->pcrapulus - 150] = 177; // Crapulus walks off. _vm->_trip->tr[1].vanishifstill = true; _vm->_trip->tr[1].walkto(3); // Walks away. |