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 e7a7a49fb1..14ff7e5641 100644 --- a/engines/avalanche/avalot.cpp +++ b/engines/avalanche/avalot.cpp @@ -201,7 +201,7 @@ void Avalot::run(Common::String arg) { _vm->_lucerna->clock_lucerna(); - _vm->_dropdown->menu_link(); + _vm->_dropdown->updateMenu(); _vm->_gyro->force_numlock(); _vm->_trip->get_back_loretta(); _vm->_celer->updateBackgroundSprites(); |