diff options
author | Jonathan Gray | 2003-09-23 09:34:07 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-09-23 09:34:07 +0000 |
commit | 8ccd2934a53ece71609adb2a6240b65537dd7a86 (patch) | |
tree | 3532f133300c4300c4c345cbc90dec8f419d1d8a | |
parent | 23e6bc5777b935e400602c04552aac7bbfd79ffb (diff) | |
download | scummvm-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
-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 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}, |