SHERLOCK: Fix conversation with Lord Brumwell

This commit is contained in:
Paul Gilbert 2015-05-01 14:22:21 -10:00
parent da75ee1f8b
commit 093d7877e6

View File

@ -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) {