diff options
author | Max Horn | 2004-08-26 00:35:32 +0000 |
---|---|---|
committer | Max Horn | 2004-08-26 00:35:32 +0000 |
commit | 09e07912d04bf88091f7503891721c32d74549f0 (patch) | |
tree | 590c1b2183cbf814740ead8f23efd87e74f27030 /scumm | |
parent | a956d5ece64b5666983364eeff151738ff430866 (diff) | |
download | scummvm-rg350-09e07912d04bf88091f7503891721c32d74549f0.tar.gz scummvm-rg350-09e07912d04bf88091f7503891721c32d74549f0.tar.bz2 scummvm-rg350-09e07912d04bf88091f7503891721c32d74549f0.zip |
Support Mac DOTT straight from the disk (note: those fooMac targets may be removed again in the near future)
svn-id: r14757
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scumm.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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}, |