mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 02:10:28 +00:00
TRECISION: Fix mouse cursor disappearing after the breaking news video
This commit is contained in:
parent
c147f30ccc
commit
581364f06f
@ -379,7 +379,6 @@ void TrecisionEngine::doCharacter() {
|
||||
|
||||
if ((_curMessage->_u16Param1 == _obj[oCANCELLATA1B]._anim) && !isObjectVisible(oBOTTIGLIA1D) && !isObjectVisible(oRETE17)) {
|
||||
_dialogMgr->playDialog(dF181);
|
||||
_graphicsMgr->hideCursor();
|
||||
_pathFind->setPosition(1);
|
||||
}
|
||||
} else
|
||||
|
Loading…
x
Reference in New Issue
Block a user