SHERLOCK: SS: Fix updating inventory after examining watch

This commit is contained in:
Paul Gilbert 2021-12-07 20:00:58 -08:00
parent e26415ea5b
commit 2175ee951a
2 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@ For a more comprehensive changelog of the latest experimental code, see:
- Fix character animation in Rose Tattoo.
- Fix glitch opening map in Rose Tattoo.
- Fix bell pull sound in Serrated Scalpel.
- Fix inventory not updating in Serrated Scalpel after examining watch.
Xeen:
- Fix crash on startup loading constants from xeen.ccs.

View File

@ -435,9 +435,9 @@ void Talk::talkTo(const Common::String filename) {
}
} else {
ui._menuMode = static_cast<Tattoo::TattooScene *>(_vm->_scene)->_labTableScene ? LAB_MODE : STD_MODE;
ui.banishWindow();
}
ui.banishWindow();
break;
}
}