[Scummvm-cvs-logs] CVS: scummvm/saga game.cpp,1.119,1.119.2.1 saga.cpp,1.147,1.147.2.1
Eugene Sandulenko
sev at users.sourceforge.net
Mon Oct 17 06:51:23 CEST 2005
Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12087
Modified Files:
Tag: branch-0-8-0
game.cpp saga.cpp
Log Message:
Disable IHNM in 0.8.0
Index: game.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/game.cpp,v
retrieving revision 1.119
retrieving revision 1.119.2.1
diff -u -d -r1.119 -r1.119.2.1
--- game.cpp 17 Oct 2005 03:28:21 -0000 1.119
+++ game.cpp 17 Oct 2005 13:50:05 -0000 1.119.2.1
@@ -831,6 +831,7 @@
{ GID_ITE_MACDEMO1, "b3a831fbed337d1f1300fee1dd474f6c", "soundsd.rsc", false },
{ GID_ITE_MACDEMO1, "e139d86bab2ee8ba3157337f894a92d4", "voicesd.rsc", false },
+ /*
{ GID_IHNM_CD, "0439083e3dfdc51b486071d45872ae52", "musicfm.res", false },
{ GID_IHNM_CD, "80f875a1fb384160d1f4b27166eef583", "musicgm.res", false },
{ GID_IHNM_CD, "46bbdc65d164ba7e89836a0935eec8e6", "scream.res", false },
@@ -877,6 +878,7 @@
{ GID_IHNM_DEMO, "9626bda8978094ff9b29198bc1ed5f9a", "scripts.res", false },
{ GID_IHNM_DEMO, "1c610d543f32ec8b525e3f652536f269", "sfx.res", false },
{ GID_IHNM_DEMO, "3bbc16a8f741dbb511da506c660a0b54", "voicesd.res", false },
+ */
};
static GameDescription gameDescriptions[] = {
Index: saga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/saga.cpp,v
retrieving revision 1.147
retrieving revision 1.147.2.1
diff -u -d -r1.147 -r1.147.2.1
--- saga.cpp 17 Oct 2005 03:28:21 -0000 1.147
+++ saga.cpp 17 Oct 2005 13:50:06 -0000 1.147.2.1
@@ -57,7 +57,7 @@
static const GameSettings saga_games[] = {
{"ite", "Inherit the Earth", 0},
- {"ihnm", "I Have No Mouth and I Must Scream", GF_DEFAULT_TO_1X_SCALER },
+ //{"ihnm", "I Have No Mouth and I Must Scream", GF_DEFAULT_TO_1X_SCALER },
{0, 0, 0}
};
More information about the Scummvm-git-logs
mailing list