diff options
author | Max Horn | 2007-02-20 15:54:29 +0000 |
---|---|---|
committer | Max Horn | 2007-02-20 15:54:29 +0000 |
commit | 270efc16e3414e551af484d24bc9ce84e4a2a0f4 (patch) | |
tree | 0dc1c0f941861802247f032e21ab717fc2af8407 /engines | |
parent | b162e0dc04fc1e1b0883442c4079a6728029eea8 (diff) | |
download | scummvm-rg350-270efc16e3414e551af484d24bc9ce84e4a2a0f4.tar.gz scummvm-rg350-270efc16e3414e551af484d24bc9ce84e4a2a0f4.tar.bz2 scummvm-rg350-270efc16e3414e551af484d24bc9ce84e4a2a0f4.zip |
SCUMM: Added spanish LANGUAGE.TAB info for COMI (thanks to ssdsa from the forums)
svn-id: r25741
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/plugin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp index 2d987f0de1..273f443018 100644 --- a/engines/scumm/plugin.cpp +++ b/engines/scumm/plugin.cpp @@ -1032,6 +1032,8 @@ static Common::Language detectLanguage(const FSList &fslist, byte id) { return Common::IT_ITA; case 440586: // 5a1d0f4fa00917bdbfe035a72a6bba9d return Common::PT_BRA; + case 449787: // 64f3fe479d45b52902cf88145c41d172 + return Common::ES_ESP; } } else { switch (size) { |