TONY: Fix disabled ui after capturing guard on Ferris Wheel

This commit is contained in:
unknown 2015-04-05 07:50:13 -05:00
parent cb91e1518a
commit b0c76b3a17

View file

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