diff options
Diffstat (limited to 'engines/avalanche/dropdown2.cpp')
-rw-r--r-- | engines/avalanche/dropdown2.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/engines/avalanche/dropdown2.cpp b/engines/avalanche/dropdown2.cpp index a578288791..282f2f888f 100644 --- a/engines/avalanche/dropdown2.cpp +++ b/engines/avalanche/dropdown2.cpp @@ -221,8 +221,6 @@ void MenuItem::parseKey(char c) { _dr->_vm->_gyro->blip(); } - - void MenuBar::init(Dropdown *dr) { _dr = dr; _menuNum = 0; @@ -282,8 +280,6 @@ void MenuBar::chooseMenuItem(int16 x) { } while (i < _menuNum); } - - Dropdown::Dropdown(AvalancheEngine *vm) { _vm = vm; _activeMenuItem.init(this); @@ -599,7 +595,7 @@ void Dropdown::runMenuFile() { warning("STUB: Dropdown::runMenuFile()"); break; case 4: - _vm->_enid->back_to_bootstrap(2); + _vm->_enid->backToBootstrap(2); break; case 5: _vm->_lucerna->callverb(_vm->_acci->kVerbCodeQuit); @@ -710,8 +706,6 @@ void Dropdown::runMenuWith() { _vm->_lucerna->callverb(_vm->_gyro->verbstr[_activeMenuItem._choiceNum]); } - - void Dropdown::setupMenu() { _menuBar.init(this); _activeMenuItem.init(this); |