aboutsummaryrefslogtreecommitdiff
path: root/scummvm.cpp
diff options
context:
space:
mode:
authorLudvig Strigeus2001-10-24 20:12:52 +0000
committerLudvig Strigeus2001-10-24 20:12:52 +0000
commitf9daf35824dff14fbea17af81180e589ec145a32 (patch)
treecf9a8ac80829f6fe69f484efc25e94775379c842 /scummvm.cpp
parent61c7eccfd7c4317f1291e43be8ed5101e5388490 (diff)
downloadscummvm-rg350-f9daf35824dff14fbea17af81180e589ec145a32.tar.gz
scummvm-rg350-f9daf35824dff14fbea17af81180e589ec145a32.tar.bz2
scummvm-rg350-f9daf35824dff14fbea17af81180e589ec145a32.zip
fixed some bugs related to string handling
svn-id: r3445
Diffstat (limited to 'scummvm.cpp')
-rw-r--r--scummvm.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scummvm.cpp b/scummvm.cpp
index 473aa0de7d..7fceb6733d 100644
--- a/scummvm.cpp
+++ b/scummvm.cpp
@@ -17,6 +17,9 @@
*
* Change Log:
* $Log$
+ * Revision 1.12 2001/10/24 20:12:52 strigeus
+ * fixed some bugs related to string handling
+ *
* Revision 1.11 2001/10/23 19:51:50 strigeus
* recompile not needed when switching games
* debugger skeleton implemented
@@ -443,6 +446,7 @@ static const VersionSettings version_settings[] = {
{"atlantis", "Indiana Jones 4 and the Fate of Atlantis", GID_INDY4, 5, 5, 0},
{"fate", "Indiana Jones 4 and the Fate of Atlantis (Demo)", GID_INDY4, 5, 5, 0},
{"tentacle", "Day Of The Tenctacle", GID_TENTACLE, 6, 4, 2},
+ {"samnmax", "Sam & Max", GID_SAMNMAX, 6, 4, 2},
{NULL,NULL}
};