diff options
-rw-r--r-- | engines/titanic/detection_tables.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/titanic/detection_tables.h b/engines/titanic/detection_tables.h index d4acebc3bf..ba67942dfe 100644 --- a/engines/titanic/detection_tables.h +++ b/engines/titanic/detection_tables.h @@ -35,7 +35,6 @@ static const TitanicGameDescription gameDescriptions[] = { }, }, -#if 0 // German version currently disabled because it won't start up, // even with the English generated titanic.dat file { @@ -49,7 +48,6 @@ static const TitanicGameDescription gameDescriptions[] = { GUIO1(GUIO_NONE) }, }, -#endif { AD_TABLE_END_MARKER } }; |