diff options
Diffstat (limited to 'engines/illusions/duckman/duckman_dialog.cpp')
-rw-r--r-- | engines/illusions/duckman/duckman_dialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/illusions/duckman/duckman_dialog.cpp b/engines/illusions/duckman/duckman_dialog.cpp index 3e42955ac9..f624ed8d01 100644 --- a/engines/illusions/duckman/duckman_dialog.cpp +++ b/engines/illusions/duckman/duckman_dialog.cpp @@ -85,8 +85,8 @@ void DuckmanDialogSystem::startDialog(int16 *choiceOfsPtr, uint32 actorTypeId, u } else { if (!_vm->_cursor._control) { Common::Point pos = _vm->getNamedPointPosition(0x70001); - _vm->_controls->placeActor(0x50001, pos, 0x60001, 0x40004, 0); - _vm->_cursor._control = _vm->_dict->getObjectControl(0x40004); + _vm->_controls->placeActor(0x50001, pos, 0x60001, Illusions::CURSOR_OBJECT_ID, 0); + _vm->_cursor._control = _vm->_dict->getObjectControl(Illusions::CURSOR_OBJECT_ID); } _vm->_cursor._control->appearActor(); _vm->setCursorActorIndex(6, 1, 0); |