aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2003-11-18 02:20:12 +0000
committerTravis Howell2003-11-18 02:20:12 +0000
commit5edd70fe3e8b36c50b63495044f485c924b17ef0 (patch)
treee81eb5021d994c71b196dda7c6d79c19973cfbbe /scumm
parent3147d75a4d30d0480395451a34c0a2887af996d4 (diff)
downloadscummvm-rg350-5edd70fe3e8b36c50b63495044f485c924b17ef0.tar.gz
scummvm-rg350-5edd70fe3e8b36c50b63495044f485c924b17ef0.tar.bz2
scummvm-rg350-5edd70fe3e8b36c50b63495044f485c924b17ef0.zip
Add back full throttle pc demo target
svn-id: r11339
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scummvm.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index 5a5a9c2489..56fc57fd08 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -186,9 +186,12 @@ static const ScummGameSettings scumm_settings[] = {
/* Scumm Version 7 */
{"ft", "Full Throttle", GID_FT, 7, MDT_NONE,
GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE},
- {"ftdemo", "Full Throttle (PC Demo)", GID_FT, 7, MDT_NONE,
+ {"ftdemo", "Full Throttle (Mac. Demo)", GID_FT, 7, MDT_NONE,
+ GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE},
+ {"ftpcdemo", "Full Throttle (PC Demo)", GID_FT, 7, MDT_NONE,
GF_DEMO | GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE},
+
{"dig", "The Dig", GID_DIG, 7, MDT_NONE,
GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE},
{"digdemo", "The Dig (Demo)", GID_DIG, 7, MDT_NONE,