aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorJonathan Gray2003-09-23 09:34:07 +0000
committerJonathan Gray2003-09-23 09:34:07 +0000
commit8ccd2934a53ece71609adb2a6240b65537dd7a86 (patch)
tree3532f133300c4300c4c345cbc90dec8f419d1d8a /scumm
parent23e6bc5777b935e400602c04552aac7bbfd79ffb (diff)
downloadscummvm-rg350-8ccd2934a53ece71609adb2a6240b65537dd7a86.tar.gz
scummvm-rg350-8ccd2934a53ece71609adb2a6240b65537dd7a86.tar.bz2
scummvm-rg350-8ccd2934a53ece71609adb2a6240b65537dd7a86.zip
correct description, are these demos in the correct section of version ordering by the way? run strings or similiar over the .w32 files and play match the strings
svn-id: r10372
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 5e72e35b5a..7cb9f457ae 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -214,7 +214,7 @@ static const TargetSettings scumm_settings[] = {
GF_NEW_OPCODES | GF_AFTER_HEV7 | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0},
{"spyfox", "Spyfox 1: Dry Cereal", GID_PJSDEMO, 6, MDT_NONE,
GF_NEW_OPCODES | GF_AFTER_HEV7 | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0},
- {"foxdemo", "Spyfox 1: Dry Cereal", GID_PJSDEMO, 6, MDT_NONE,
+ {"foxdemo", "Spyfox 1: Dry Cereal (Demo)", GID_PJSDEMO, 6, MDT_NONE,
GF_NEW_OPCODES | GF_AFTER_HEV7 | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0},
{"spydemo", "Spyfox 1: Dry Cereal (Demo)", GID_PJSDEMO, 6, MDT_NONE,
GF_NEW_OPCODES | GF_AFTER_HEV7 | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0},