diff options
| -rw-r--r-- | engines/tinsel/detection_tables.h | 7 | 
1 files changed, 2 insertions, 5 deletions
| diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h index 631c2dce14..4762acfe2c 100644 --- a/engines/tinsel/detection_tables.h +++ b/engines/tinsel/detection_tables.h @@ -69,7 +69,7 @@ static const TinselGameDescription gameDescriptions[] = {  		0,  		TINSEL_V1,  	}, -#if 0 +  	{	// Macintosh CD Demo V1 version, with *.scn files, see tracker #3110936  		{  			"dw", @@ -89,7 +89,7 @@ static const TinselGameDescription gameDescriptions[] = {  		GF_SCNFILES,  		TINSEL_V1,  	}, -#endif +  	{	// Multilingual Floppy V1 with *.gra files.  		// Note: It contains no english subtitles.  		{ @@ -474,7 +474,6 @@ static const TinselGameDescription gameDescriptions[] = {  	},  #endif -#if 0  	{	// Mac multilanguage CD  		{  			"dw", @@ -495,8 +494,6 @@ static const TinselGameDescription gameDescriptions[] = {  		TINSEL_V1,  	}, -#endif -  	{	// German CD re-release "Neon Edition"  		// Note: This release has ENGLISH.TXT (with german content) instead of GERMAN.TXT  		{ | 
