aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippos Karapetis2007-08-01 09:08:27 +0000
committerFilippos Karapetis2007-08-01 09:08:27 +0000
commit5d7daad632f757621476e29b8de1ee47512948ba (patch)
treed6e2f47dc78f414d15ec824b0a526c08fd7b3522
parente68624e7893f34dcf2d25df6ee536daf46d2f993 (diff)
downloadscummvm-rg350-5d7daad632f757621476e29b8de1ee47512948ba.tar.gz
scummvm-rg350-5d7daad632f757621476e29b8de1ee47512948ba.tar.bz2
scummvm-rg350-5d7daad632f757621476e29b8de1ee47512948ba.zip
Re-enabled the problematic older ITE demos (with notes on their current problems)
svn-id: r28382
-rw-r--r--engines/saga/detection_tables.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h
index f051c27e9d..c4bd4fd7b3 100644
--- a/engines/saga/detection_tables.h
+++ b/engines/saga/detection_tables.h
@@ -323,8 +323,8 @@ static const SAGAGameDescription gameDescriptions[] = {
// 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,7 +356,7 @@ static const SAGAGameDescription gameDescriptions[] = {
0,
NULL,
},
-#endif
+
// Inherit the earth - MAC Demo version
{
@@ -389,8 +389,9 @@ static const SAGAGameDescription gameDescriptions[] = {
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,7 +423,7 @@ static const SAGAGameDescription gameDescriptions[] = {
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,8 +457,9 @@ static const SAGAGameDescription gameDescriptions[] = {
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,7 +490,7 @@ static const SAGAGameDescription gameDescriptions[] = {
ARRAYSIZE(ITEPatch_Files),
ITEPatch_Files,
},
-#endif
+
// TODO: Add Amiga demos here (not supported yet)