fixed speech lock

svn-id: r17689
This commit is contained in:
Andrew Kurushin 2005-04-19 11:07:06 +00:00
parent c3bc118dc8
commit d9bb4aae1d
3 changed files with 84 additions and 72 deletions

View file

@ -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)