diff options
author | Le Philousophe | 2019-10-12 10:17:51 +0200 |
---|---|---|
committer | Le Philousophe | 2019-10-12 10:17:51 +0200 |
commit | 77cc358ddc9b4e8daa9b706fae899d3fac689b01 (patch) | |
tree | ac04d6c285b5612a10882f01e9a684c4280e115f /engines/cryomni3d | |
parent | a7e8312f8f380c4a041fe2db5f684fc34ac1780d (diff) | |
download | scummvm-rg350-77cc358ddc9b4e8daa9b706fae899d3fac689b01.tar.gz scummvm-rg350-77cc358ddc9b4e8daa9b706fae899d3fac689b01.tar.bz2 scummvm-rg350-77cc358ddc9b4e8daa9b706fae899d3fac689b01.zip |
CRYOMNI3D: Fix audio setting for Versailles French DVD
Diffstat (limited to 'engines/cryomni3d')
-rw-r--r-- | engines/cryomni3d/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cryomni3d/detection_tables.h b/engines/cryomni3d/detection_tables.h index 1c9d63b57b..a4877a7335 100644 --- a/engines/cryomni3d/detection_tables.h +++ b/engines/cryomni3d/detection_tables.h @@ -107,7 +107,7 @@ static const CryOmni3DGameDescription gameDescriptions[] = { GUI_OPTIONS_VERSAILLES }, GType_VERSAILLES, - GF_VERSAILLES_FONTS_SET_B | GF_VERSAILLES_AUDIOPADDING_NO, + GF_VERSAILLES_FONTS_SET_B | GF_VERSAILLES_AUDIOPADDING_YES, }, // Versailles 1685 |