From e346e6c28ca9a59b0f3992f5c4e9abc8f9421f00 Mon Sep 17 00:00:00 2001 From: James Brown Date: Thu, 4 Jul 2002 15:48:17 +0000 Subject: Theres nothing to see here... - Start of CMI support svn-id: r4459 --- gameDetector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gameDetector.cpp') diff --git a/gameDetector.cpp b/gameDetector.cpp index 5491e52263..e91095cd87 100644 --- a/gameDetector.cpp +++ b/gameDetector.cpp @@ -426,7 +426,7 @@ static const VersionSettings version_settings[] = { {"simon2win", "Simon the Sorcerer 2 for Windows", GID_SIMON_FIRST+3, 99, 99, 99, 0}, /* Scumm Version 8 */ -// {"curse", "The Curse of Monkey Island", GID_CMI, 8, 1, 0,}, + {"comi", "The Curse of Monkey Island", GID_CMI, 8, 1, 0, GF_NEW_OPCODES|GF_AFTER_V6|GF_AFTER_V7|GF_AFTER_V8}, {NULL, NULL} }; -- cgit v1.2.3