Skip to content

Commit

Permalink
SHERLOCK: RT: Fix return of findSpeaker
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Aug 17, 2015
1 parent 364a608 commit 28dc37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sherlock/tattoo/tattoo_people.cpp
Expand Up @@ -1370,7 +1370,7 @@ int TattooPeople::findSpeaker(int speaker) {
}
}

return -1;
return result;
}

void TattooPeople::synchronize(Serializer &s) {
Expand Down

0 comments on commit 28dc37e

Please sign in to comment.