[Scummvm-git-logs] scummvm master -> 90a98160a92c9e1550acbad034db8050ff7646ef

sev- sev at scummvm.org
Sun May 23 17:14:49 UTC 2021


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:
90a98160a9 SAGA: Disable dino and fta2 from the engine


Commit: 90a98160a92c9e1550acbad034db8050ff7646ef
    https://github.com/scummvm/scummvm/commit/90a98160a92c9e1550acbad034db8050ff7646ef
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-05-23T19:14:38+02:00

Commit Message:
SAGA: Disable dino and fta2 from the engine

Changed paths:
    engines/saga/detection_tables.h


diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h
index 9883aa66d9..2f67d21ce7 100644
--- a/engines/saga/detection_tables.h
+++ b/engines/saga/detection_tables.h
@@ -1151,6 +1151,7 @@ static const SAGAGameDescription gameDescriptions[] = {
 		NULL,
 	},
 
+#if 0
 	// Dinotopia Section //////////////////////////////////////////////////////////////////////////////////////
 	{
 		{
@@ -1208,6 +1209,7 @@ static const SAGAGameDescription gameDescriptions[] = {
 		NULL,	// font array
 		NULL,
 	},
+#endif
 
 	{ AD_TABLE_END_MARKER, 0, 0, 0, NULL, 0, NULL, NULL }
 };




More information about the Scummvm-git-logs mailing list