From ca07e8faf27dd6c48b99fe623097e0d95ff77216 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 6 Jun 2015 17:50:57 -0400 Subject: SHERLOCK: Add initialization of RT character portraits and names --- engines/sherlock/detection.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/sherlock/detection.cpp') diff --git a/engines/sherlock/detection.cpp b/engines/sherlock/detection.cpp index ea68d79a1b..35a810efb1 100644 --- a/engines/sherlock/detection.cpp +++ b/engines/sherlock/detection.cpp @@ -44,6 +44,10 @@ Common::Platform SherlockEngine::getPlatform() const { return _gameDescription->desc.platform; } +Common::Language SherlockEngine::getLanguage() const { + return _gameDescription->desc.language; +} + } // End of namespace Sherlock static const PlainGameDescriptor sherlockGames[] = { -- cgit v1.2.3