[Scummvm-cvs-logs] scummvm master -> 1214b7a7e4c38c7e676351512a4c6d7a2bb46610

bluegr bluegr at gmail.com
Sat Dec 15 20:09:47 CET 2012


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:
1214b7a7e4 TINSEL: Enable the detection entries for DW1 Mac (both the demo and the full version)


Commit: 1214b7a7e4c38c7e676351512a4c6d7a2bb46610
    https://github.com/scummvm/scummvm/commit/1214b7a7e4c38c7e676351512a4c6d7a2bb46610
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2012-12-15T11:07:38-08:00

Commit Message:
TINSEL: Enable the detection entries for DW1 Mac (both the demo and the full version)

Changed paths:
    engines/tinsel/detection_tables.h



diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h
index 631c2dc..4762acf 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
 		{






More information about the Scummvm-git-logs mailing list