diff options
Diffstat (limited to 'engines/avalanche/avalot.cpp')
-rw-r--r-- | engines/avalanche/avalot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp index 052619c48f..e0e05144c4 100644 --- a/engines/avalanche/avalot.cpp +++ b/engines/avalanche/avalot.cpp @@ -182,7 +182,7 @@ void Avalot::setup() { _vm->_lucerna->fxToggle(); _vm->_lucerna->thinkAbout(_vm->_gyro->kObjectMoney, Gyro::kThing); - _vm->_visa->dixi('q', 83); // Info on the game, etc. + _vm->_visa->displayScrollChain('q', 83); // Info on the game, etc. } } |