diff options
author | Martin Kiewitz | 2015-06-07 00:30:40 +0200 |
---|---|---|
committer | Martin Kiewitz | 2015-06-07 00:30:40 +0200 |
commit | dfd036bf71ddf8fe3abe8c103e7af25f83fbf094 (patch) | |
tree | bb85648234fa6bb50b55b8aad18de6242341804e /engines/sherlock/detection.cpp | |
parent | 10741d5bd68f556f5314a80c8d959767e76b4f8a (diff) | |
parent | c95783172b1a9bdb4e2e7d3230418f9d89244416 (diff) | |
download | scummvm-rg350-dfd036bf71ddf8fe3abe8c103e7af25f83fbf094.tar.gz scummvm-rg350-dfd036bf71ddf8fe3abe8c103e7af25f83fbf094.tar.bz2 scummvm-rg350-dfd036bf71ddf8fe3abe8c103e7af25f83fbf094.zip |
Merge branch 'master' of github.com:scummvm/scummvm
Diffstat (limited to 'engines/sherlock/detection.cpp')
-rw-r--r-- | engines/sherlock/detection.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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[] = { |