mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
SHERLOCK: Fix conversation with Lord Brumwell
This commit is contained in:
parent
da75ee1f8b
commit
093d7877e6
@ -909,7 +909,7 @@ void Talk::setSequence(int speaker) {
|
||||
Scene &scene = *_vm->_scene;
|
||||
|
||||
// If no speaker is specified, then nothing needs to be done
|
||||
if (speaker != -1)
|
||||
if (speaker == -1)
|
||||
return;
|
||||
|
||||
if (speaker) {
|
||||
|
Loading…
Reference in New Issue
Block a user