From 1a85ce8e036a292b3d2569d8044b787e76ce48f9 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 9 Nov 2010 19:37:42 +0000 Subject: SCI: Some slight work on SCI3 - Enabled the SCI3 game entries for testing purposes - The resource manager is initialized fully now (with a slight hack) - Added a hack for the demo of Shivers 2 (which seemingly has no scripts or vocabularies) - The engine will stop before parsing any game scripts in SCI3 games, and opens the console for resource manager-related functionality svn-id: r54167 --- engines/sci/detection_tables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/detection_tables.h') diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 79acbf41b7..669cff57b0 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -26,7 +26,7 @@ namespace Sci { // SCI3 games have a different script format (in CSC files) and are currently unsupported -//#define ENABLE_SCI3_GAMES +#define ENABLE_SCI3_GAMES #define FANMADE_L(name, resMapMd5, resMapSize, resMd5, resSize, lang) \ {"sci-fanmade", name, { \ -- cgit v1.2.3