fixed speech lock
svn-id: r17689
This commit is contained in:
parent
c3bc118dc8
commit
d9bb4aae1d
3 changed files with 84 additions and 72 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue