[Scummvm-git-logs] scummvm master -> 77cc358ddc9b4e8daa9b706fae899d3fac689b01

lephilousophe lephilousophe at users.noreply.github.com
Sat Oct 12 10:27:14 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
77cc358ddc CRYOMNI3D: Fix audio setting for Versailles French DVD


Commit: 77cc358ddc9b4e8daa9b706fae899d3fac689b01
    https://github.com/scummvm/scummvm/commit/77cc358ddc9b4e8daa9b706fae899d3fac689b01
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2019-10-12T10:17:51+02:00

Commit Message:
CRYOMNI3D: Fix audio setting for Versailles French DVD

Changed paths:
    engines/cryomni3d/detection_tables.h


diff --git a/engines/cryomni3d/detection_tables.h b/engines/cryomni3d/detection_tables.h
index 1c9d63b..a4877a7 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





More information about the Scummvm-git-logs mailing list