diff options
author | Jonathan Gray | 2003-02-26 22:38:49 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-02-26 22:38:49 +0000 |
commit | c5eec2727700f62a27a0d56b1f151c3cccb7bfc9 (patch) | |
tree | da687423daaef1fb983b79f04624f1ab6111e628 /common | |
parent | fdd86664c1db3433a32623ba6d9b1fafa4ef0cd3 (diff) | |
download | scummvm-rg350-c5eec2727700f62a27a0d56b1f151c3cccb7bfc9.tar.gz scummvm-rg350-c5eec2727700f62a27a0d56b1f151c3cccb7bfc9.tar.bz2 scummvm-rg350-c5eec2727700f62a27a0d56b1f151c3cccb7bfc9.zip |
add snmidemo
svn-id: r6640
Diffstat (limited to 'common')
-rw-r--r-- | common/gameDetector.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp index b775b4ae95..b5d3b0fc9a 100644 --- a/common/gameDetector.cpp +++ b/common/gameDetector.cpp @@ -149,7 +149,9 @@ const VersionSettings version_settings[] = { GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_DRAWOBJ_OTHER_ORDER, 0}, {"samdemo", "Sam & Max (Demo)", GID_SAMNMAX, 6, 3, 0, GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_DRAWOBJ_OTHER_ORDER | GF_ADLIB_DEFAULT, 0}, - {"snmdemo", "Sam & Max (Demo)", GID_SAMNMAX, 6, 3, 0, + {"snmdemo", "Sam & Max (Demo)", GID_SAMNMAX, 6, 5, 0, + GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_DRAWOBJ_OTHER_ORDER | GF_ADLIB_DEFAULT, 0}, + {"snmidemo", "Sam & Max (Interactive WIP Demo)", GID_SAMNMAX, 6, 5, 0, GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_DRAWOBJ_OTHER_ORDER | GF_ADLIB_DEFAULT, 0}, {"test", "Test demo game", GID_SAMNMAX, 6, 6, 6, GF_NEW_OPCODES | GF_AFTER_V6, 0}, |