diff options
author | D G Turner | 2018-11-03 17:14:18 +0000 |
---|---|---|
committer | D G Turner | 2018-11-03 17:14:18 +0000 |
commit | 1c9fbf9547efa7c85c48dc4b1d3885b12fb1ad70 (patch) | |
tree | 2ccd96577ea342f8f4a67becdd60f754540cb4a7 | |
parent | 4c4ede54b91fd7b4f2cd8e24ee1e571e46b06474 (diff) | |
download | scummvm-rg350-1c9fbf9547efa7c85c48dc4b1d3885b12fb1ad70.tar.gz scummvm-rg350-1c9fbf9547efa7c85c48dc4b1d3885b12fb1ad70.tar.bz2 scummvm-rg350-1c9fbf9547efa7c85c48dc4b1d3885b12fb1ad70.zip |
GOB: Correct Crousibat Detection Entry to European Portuguese.
This fixes bug Trac #10791.
-rw-r--r-- | engines/gob/detection/tables_crousti.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/detection/tables_crousti.h b/engines/gob/detection/tables_crousti.h index 2e04bdeba8..5089d3c0ca 100644 --- a/engines/gob/detection/tables_crousti.h +++ b/engines/gob/detection/tables_crousti.h @@ -32,7 +32,7 @@ "crousti", "", AD_ENTRY1s("intro.stk", "63fd795818fa72c32b903bbd99e18ea1", 851926), - PT_BRA, + PT_POR, kPlatformDOS, ADGF_NO_FLAGS, GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) |