diff options
-rw-r--r-- | engines/sherlock/tattoo/tattoo_people.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_people.cpp b/engines/sherlock/tattoo/tattoo_people.cpp index c5b03b285d..4974b3df40 100644 --- a/engines/sherlock/tattoo/tattoo_people.cpp +++ b/engines/sherlock/tattoo/tattoo_people.cpp @@ -1370,7 +1370,7 @@ int TattooPeople::findSpeaker(int speaker) { } } - return -1; + return result; } void TattooPeople::synchronize(Serializer &s) { |