mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-14 07:48:58 +00:00
SHERLOCK: SS: Fix updating inventory after examining watch
This commit is contained in:
parent
e26415ea5b
commit
2175ee951a
1
NEWS.md
1
NEWS.md
@ -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.
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user