aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/datstream.cpp
diff options
context:
space:
mode:
authorLe Philousophe2019-06-30 18:29:08 +0200
committerLe Philousophe2019-07-05 07:52:44 +0200
commit70eca7190573ad43d78c75c9ea0f4207b4ecbf62 (patch)
tree480be344a811644fcea43c54965a2335726ffcd1 /engines/cryomni3d/datstream.cpp
parent5309672bea7a7e25f58e16c717ae738a9f02308e (diff)
downloadscummvm-rg350-70eca7190573ad43d78c75c9ea0f4207b4ecbf62.tar.gz
scummvm-rg350-70eca7190573ad43d78c75c9ea0f4207b4ecbf62.tar.bz2
scummvm-rg350-70eca7190573ad43d78c75c9ea0f4207b4ecbf62.zip
CRYOMNI3D: Add Spanish version of Versailles
Diffstat (limited to 'engines/cryomni3d/datstream.cpp')
-rw-r--r--engines/cryomni3d/datstream.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cryomni3d/datstream.cpp b/engines/cryomni3d/datstream.cpp
index f679467ca8..f1e10feb9f 100644
--- a/engines/cryomni3d/datstream.cpp
+++ b/engines/cryomni3d/datstream.cpp
@@ -121,6 +121,8 @@ uint16 DATSeekableStream::translateLanguage(Common::Language lang) {
return MKTAG16('d', 'e');
case Common::EN_ANY:
return MKTAG16('e', 'n');
+ case Common::ES_ESP:
+ return MKTAG16('e', 's');
case Common::FR_FRA:
return MKTAG16('f', 'r');
case Common::IT_ITA: