aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorJonathan Gray2003-10-04 01:12:30 +0000
committerJonathan Gray2003-10-04 01:12:30 +0000
commit15a115c5ac3abd4949a753c193d0d7a593810f48 (patch)
tree93acd6fe0ce5b8e4d8ade1211138959610b5c865 /scumm
parentdefa0e6ffc178288ada964e7c2ee0abdf9d00a58 (diff)
downloadscummvm-rg350-15a115c5ac3abd4949a753c193d0d7a593810f48.tar.gz
scummvm-rg350-15a115c5ac3abd4949a753c193d0d7a593810f48.tar.bz2
scummvm-rg350-15a115c5ac3abd4949a753c193d0d7a593810f48.zip
fix target name
svn-id: r10585
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scummvm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index 9c3f6dd46a..9a23af9d6d 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -126,7 +126,7 @@ static const TargetSettings scumm_settings[] = {
GF_USE_KEY, 0},
{"indydemo", "Indiana Jones and the Fate of Atlantis (FM Towns Demo)", GID_INDY4, 5, MDT_ADLIB | MDT_NATIVE,
GF_USE_KEY, 0},
- {"indy", "Indiana Jones and the Fate of Atlantis (FM Towns)", GID_INDY4, 5, MDT_ADLIB | MDT_NATIVE,
+ {"indy4", "Indiana Jones and the Fate of Atlantis (FM Towns)", GID_INDY4, 5, MDT_ADLIB | MDT_NATIVE,
GF_USE_KEY, 0},
{"atlantis", "Indiana Jones and the Fate of Atlantis", GID_INDY4, 5, /*MDT_PCSPK |*/ MDT_ADLIB | MDT_NATIVE,
GF_USE_KEY, 0},