diff options
-rw-r--r-- | engines/titanic/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/detection_tables.h b/engines/titanic/detection_tables.h index 1d68537430..da76af2d11 100644 --- a/engines/titanic/detection_tables.h +++ b/engines/titanic/detection_tables.h @@ -32,7 +32,7 @@ static const TitanicGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, 0, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, }, @@ -45,7 +45,7 @@ static const TitanicGameDescription gameDescriptions[] = { Common::DE_DEU, Common::kPlatformWindows, 0, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, }, |