1 | Index: scummvm.cpp
|
---|
2 | ===================================================================
|
---|
3 | RCS file: /cvsroot/scummvm/scummvm/scummvm.cpp,v
|
---|
4 | retrieving revision 1.19
|
---|
5 | diff -u -r1.19 scummvm.cpp
|
---|
6 | --- scummvm.cpp 2001/11/06 21:41:56 1.19
|
---|
7 | +++ scummvm.cpp 2001/11/07 20:07:36
|
---|
8 | @@ -421,6 +421,7 @@
|
---|
9 | {"playfate", "Indiana Jones 4 and the Fate of Atlantis (Demo)", GID_INDY4, 5, 5, 0},
|
---|
10 | {"tentacle", "Day Of The Tenctacle", GID_TENTACLE, 6, 4, 2},
|
---|
11 | {"samnmax", "Sam & Max", GID_SAMNMAX, 6, 4, 2},
|
---|
12 | + {"snmdemo", "Sam & Max (Demo)", GID_SAMNMAX, 6, 3, 0},
|
---|
13 | {NULL,NULL}
|
---|
14 | };
|
---|
15 |
|
---|