[Scummvm-cvs-logs] SF.net SVN: scummvm: [28382] scummvm/trunk/engines/saga/detection_tables.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Aug 1 11:08:28 CEST 2007


Revision: 28382
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28382&view=rev
Author:   thebluegr
Date:     2007-08-01 02:08:27 -0700 (Wed, 01 Aug 2007)

Log Message:
-----------
Re-enabled the problematic older ITE demos (with notes on their current problems)

Modified Paths:
--------------
    scummvm/trunk/engines/saga/detection_tables.h

Modified: scummvm/trunk/engines/saga/detection_tables.h
===================================================================
--- scummvm/trunk/engines/saga/detection_tables.h	2007-08-01 09:02:28 UTC (rev 28381)
+++ scummvm/trunk/engines/saga/detection_tables.h	2007-08-01 09:08:27 UTC (rev 28382)
@@ -323,8 +323,8 @@
 
 	// ITE Demos //////////////////////////////////////////////////////////////////////////////////////////////
 
-#if 0
-	// Based on a very early version of the engine. Not supported yet
+	// Note: This version is NOT supported yet
+	// Based on a very early version of the engine
 
 	// Inherit the earth - DOS Demo version
 	// sound unchecked
@@ -356,8 +356,8 @@
 		0,
 		NULL,
 	},
-#endif
 
+
 	// Inherit the earth - MAC Demo version
 	{
 		{
@@ -389,9 +389,10 @@
 		ITEMacPatch_Files,
 	},
 
-#if 0
-	// Currently broken, exiting the faire leads to a crash
 
+	// Note: This version is NOT supported yet
+	// Exiting the faire leads to a crash
+
 	// Inherit the earth - MAC Demo version 1
 	{
 		{
@@ -422,8 +423,8 @@
 		ARRAYSIZE(ITEMacPatch_Files),
 		ITEMacPatch_Files,
 	},
-#endif
 
+
 	// Inherit the earth - Win32 Demo version 2/3, Linux Demo version
 	// Win32 Version 3 and Linux Demo version have digital music, Win32 version 2 has MIDI music
 	{
@@ -456,9 +457,10 @@
 		ITEPatch_Files,
 	},
 
-#if 0
-	// Currently broken, exiting the faire leads to a crash
 
+	// Note: This version is NOT supported yet
+	// Exiting the faire leads to a crash
+
 	// Inherit the earth - Win32 Demo version 1
 	{
 		{
@@ -488,8 +490,8 @@
 		ARRAYSIZE(ITEPatch_Files),
 		ITEPatch_Files,
 	},
-#endif
 
+
 	// TODO: Add Amiga demos here (not supported yet)
 
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list