aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudvig Strigeus2001-11-07 21:44:39 +0000
committerLudvig Strigeus2001-11-07 21:44:39 +0000
commit93dd4cb5d939de63e5a2df76efebeedcb570becc (patch)
tree6fffbba2076fddfe6c460aaf93a47b7486e953a8
parent2c7f82e939fdbb279d43dea83bb3c6b74f736df8 (diff)
downloadscummvm-rg350-93dd4cb5d939de63e5a2df76efebeedcb570becc.tar.gz
scummvm-rg350-93dd4cb5d939de63e5a2df76efebeedcb570becc.tar.bz2
scummvm-rg350-93dd4cb5d939de63e5a2df76efebeedcb570becc.zip
version update
svn-id: r3473
-rw-r--r--scummvm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scummvm.cpp b/scummvm.cpp
index 32cc464c45..9bb0281061 100644
--- a/scummvm.cpp
+++ b/scummvm.cpp
@@ -420,7 +420,9 @@ static const VersionSettings version_settings[] = {
{"atlantis", "Indiana Jones 4 and the Fate of Atlantis", GID_INDY4, 5, 5, 0},
{"playfate", "Indiana Jones 4 and the Fate of Atlantis (Demo)", GID_INDY4, 5, 5, 0},
{"tentacle", "Day Of The Tenctacle", GID_TENTACLE, 6, 4, 2},
+ {"dottdemo", "Day Of The Tenctacle (Demo)", GID_TENTACLE, 6, 3, 2},
{"samnmax", "Sam & Max", GID_SAMNMAX, 6, 4, 2},
+ {"snmdemo", "Sam & Max (Demo)", GID_SAMNMAX, 6, 3, 0},
{NULL,NULL}
};