[Scummvm-cvs-logs] scummvm master -> 82a502ea4c11ffdb0aa4e1b3ab6b6445b4e5bed8

digitall dgturner at iee.org
Tue Apr 29 13:36:04 CEST 2014


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:
82a502ea4c SCI: Fix compilation due to wrong preprocessor directive.


Commit: 82a502ea4c11ffdb0aa4e1b3ab6b6445b4e5bed8
    https://github.com/scummvm/scummvm/commit/82a502ea4c11ffdb0aa4e1b3ab6b6445b4e5bed8
Author: D G Turner (digitall at scummvm.org)
Date: 2014-04-29T12:39:43+01:00

Commit Message:
SCI: Fix compilation due to wrong preprocessor directive.

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 8c5f9be..368b82c 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -4054,7 +4054,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 	FANMADE("SCI Capture the Flag", "4cd679a51d93b8b27c6b38d81be24b8b", 432, "98ae1f6ed7b4c21f88addbf643dd1d2f", 147878),
 	FANMADE("SCI Companion Template", "ad54d4f504086cd597aa2348d0aa3b09", 354, "6798b7b601ce8154c1d1bc0f0edcdd18", 113061),
 	FANMADE("SCI Logging Demo", "615c30c1445ea9349847e8868312a674", 558, "2df6858526177612ef9473e7af5b31c6", 171012),
-#ifdef 0
+#if 0
 	// Disabled as this requires network access to the Google Translate API, which is not available as OSystem has no network API.
 	FANMADE("SCI Narration Demo", "731f4f2b726a13c153380af08da16591", 360, "38c80558fb942e8568f011d4a1a4af59", 109789),
 #endif






More information about the Scummvm-git-logs mailing list