diff options
Diffstat (limited to 'saga/interface.cpp')
-rw-r--r-- | saga/interface.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/saga/interface.cpp b/saga/interface.cpp index 3d5f779593..deee66e960 100644 --- a/saga/interface.cpp +++ b/saga/interface.cpp @@ -158,6 +158,7 @@ int Interface::activate() { if (!_active) { _active = true; _vm->_script->_skipSpeeches = false; + _vm->_actor->_protagonist->targetObject = ID_NOTHING; _vm->_gfx->showCursor(true); unlockMode(); if (_panelMode == kPanelMain) |