From 09e07912d04bf88091f7503891721c32d74549f0 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 26 Aug 2004 00:35:32 +0000 Subject: Support Mac DOTT straight from the disk (note: those fooMac targets may be removed again in the near future) svn-id: r14757 --- scumm/scumm.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scumm') diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 5bc49fb43e..19ffd79306 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -157,6 +157,8 @@ static const ScummGameSettings scumm_settings[] = { /* Scumm Version 6 */ {"tentacle", "Day Of The Tentacle", GID_TENTACLE, 6, 0, /*MDT_PCSPK |*/ MDT_ADLIB | MDT_NATIVE, GF_NEW_OPCODES | GF_USE_KEY, 0, 0}, + {"tentacleMac", "Day Of The Tentacle", GID_TENTACLE, 6, 0, /*MDT_PCSPK |*/ MDT_ADLIB | MDT_NATIVE, + GF_NEW_OPCODES | GF_USE_KEY, "tentacle", "Day Of The Tentacle Data"}, {"dottdemo", "Day Of The Tentacle (Demo)", GID_TENTACLE, 6, 0, /*MDT_PCSPK |*/ MDT_ADLIB | MDT_NATIVE, GF_NEW_OPCODES | GF_USE_KEY, 0, 0}, -- cgit v1.2.3