diff options
Diffstat (limited to 'engines/parallaction/menu.cpp')
-rw-r--r-- | engines/parallaction/menu.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/parallaction/menu.cpp b/engines/parallaction/menu.cpp index 7e91727277..d0c18bd43b 100644 --- a/engines/parallaction/menu.cpp +++ b/engines/parallaction/menu.cpp @@ -198,7 +198,7 @@ uint16 Menu::chooseLanguage() { _vm->showSlide("lingua"); _vm->_gfx->displayString(60, 30, "SELECT LANGUAGE", 1); - _vm->changeCursor(kCursorArrow); + _vm->setArrowCursor(); do { _vm->updateInput(); @@ -335,7 +335,7 @@ void Menu::selectCharacter() { Graphics::Surface v14; v14.create(BLOCK_WIDTH, BLOCK_HEIGHT, 1); - _vm->changeCursor(kCursorArrow); + _vm->setArrowCursor(); _vm->_soundMan->stopMusic(); _vm->_gfx->setFont(_vm->_menuFont); |