diff options
Diffstat (limited to 'engines/sherlock/people.cpp')
-rw-r--r-- | engines/sherlock/people.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sherlock/people.cpp b/engines/sherlock/people.cpp index 8d4fa68117..3da35f2fec 100644 --- a/engines/sherlock/people.cpp +++ b/engines/sherlock/people.cpp @@ -470,4 +470,9 @@ void People::clearTalking() { } } +int People::findSpeaker(int speaker) { + // TODO + return -1; +} + } // End of namespace Sherlock |