diff options
author | Paul Gilbert | 2016-09-11 09:26:54 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-09-11 09:26:54 -0400 |
commit | 8fed7e1620ecbfcbf08c8d47c4ab27c6ed1d8619 (patch) | |
tree | e59ffdd94b405c87713f660764d664ee642cd750 /engines | |
parent | fedceaf51c1deda68511204fd9dd1a480e5fd41a (diff) | |
download | scummvm-rg350-8fed7e1620ecbfcbf08c8d47c4ab27c6ed1d8619.tar.gz scummvm-rg350-8fed7e1620ecbfcbf08c8d47c4ab27c6ed1d8619.tar.bz2 scummvm-rg350-8fed7e1620ecbfcbf08c8d47c4ab27c6ed1d8619.zip |
TITANIC: Re-enable German detection entry
Diffstat (limited to 'engines')
-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 } }; |