diff options
author | Jonathan Gray | 2003-08-01 01:01:28 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-08-01 01:01:28 +0000 |
commit | b9cf579491cc7b13204b196428527047001ca685 (patch) | |
tree | b22720abee5b1e6b1302393af2040ba8e6fa4631 /scumm | |
parent | 64e14fd4ed93b7c4851d956cadb0bb21e09e3ac9 (diff) | |
download | scummvm-rg350-b9cf579491cc7b13204b196428527047001ca685.tar.gz scummvm-rg350-b9cf579491cc7b13204b196428527047001ca685.tar.bz2 scummvm-rg350-b9cf579491cc7b13204b196428527047001ca685.zip |
more descriptive title for mac ft demo
svn-id: r9353
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scummvm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 8e3c5b48e4..b81a591741 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -155,7 +155,7 @@ static const VersionSettings scumm_settings[] = { /* Scumm Version 7 */ {"ft", "Full Throttle", GID_FT, 7, VersionSettings::ADLIB_DONT_CARE, GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE, 0}, - {"ftdemo", "Full Throttle", GID_FT, 7, VersionSettings::ADLIB_DONT_CARE, + {"ftdemo", "Full Throttle (Mac Demo)", GID_FT, 7, VersionSettings::ADLIB_DONT_CARE, GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE, 0}, {"dig", "The Dig", GID_DIG, 7, VersionSettings::ADLIB_DONT_CARE, |