diff options
Diffstat (limited to 'engines/sherlock/resources.cpp')
-rw-r--r-- | engines/sherlock/resources.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/resources.cpp b/engines/sherlock/resources.cpp index e59e65abff..47e2046084 100644 --- a/engines/sherlock/resources.cpp +++ b/engines/sherlock/resources.cpp @@ -212,7 +212,7 @@ void Resources::loadLibraryIndex(const Common::String &libFilename, * This will be used primarily when loading talk files, so the engine can * update the given conversation number in the journal */ -int Resources::resouceIndex() const { +int Resources::resourceIndex() const { return _resourceIndex; } |