TONY: Fix disabled ui after capturing guard on Ferris Wheel
This commit is contained in:
parent
cb91e1518a
commit
b0c76b3a17
1 changed files with 4 additions and 0 deletions
|
@ -709,6 +709,10 @@ void ActionThread(CORO_PARAM, const void *param) {
|
|||
CORO_SLEEP(1);
|
||||
}
|
||||
|
||||
// WORKAROUND: User interface sometimes remaining disabled after capturing guard on Ferris wheel
|
||||
if (_ctx->item->_nObj == 3601 && _ctx->item->_dwRes == 9)
|
||||
g_vm->getEngine()->enableInput();
|
||||
|
||||
globalDestroy(_ctx->item);
|
||||
_ctx->item = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue