[Scummvm-cvs-logs] CVS: scummvm/scumm scummvm.cpp,2.577.2.5,2.577.2.6
Chris Apers
chrilith at users.sourceforge.net
Mon Mar 8 05:36:00 CET 2004
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9399
Modified Files:
Tag: branch-0-6-0
scummvm.cpp
Log Message:
Not supported
Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/Attic/scummvm.cpp,v
retrieving revision 2.577.2.5
retrieving revision 2.577.2.6
diff -u -d -r2.577.2.5 -r2.577.2.6
--- scummvm.cpp 8 Mar 2004 02:42:37 -0000 2.577.2.5
+++ scummvm.cpp 8 Mar 2004 13:10:52 -0000 2.577.2.6
@@ -201,6 +201,7 @@
{"digdemo", "The Dig (Demo)", GID_DIG, 7, MDT_NONE,
GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE | GF_DEMO, "dig"},
+#ifndef __PALM_OS__
/* Scumm Version 8 */
{"comi", "The Curse of Monkey Island", GID_CMI, 8, MDT_NONE,
GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE | GF_DEFAULT_TO_1X_SCALER, 0},
@@ -297,7 +298,9 @@
GF_NEW_OPCODES | GF_AFTER_HEV7 | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0},
{"spyozon", "Spyfox 3: Operation Ozone", GID_PJSDEMO, 6, MDT_NONE,
GF_NEW_OPCODES | GF_AFTER_HEV7 | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0},
-#endif
+#endif // HEGAMES
+
+#endif // __PALM_OS__
{NULL, NULL, 0, 0, MDT_NONE, 0, 0}
};
@@ -2977,9 +2980,11 @@
case 7:
engine = new ScummEngine_v7(detector, syst, game);
break;
+#ifndef __PALM_OS__
case 8:
engine = new ScummEngine_v8(detector, syst, game);
break;
+#endif
default:
error("Engine_SCUMM_create(): Unknown version of game engine");
}
More information about the Scummvm-git-logs
mailing list