[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.h,1.323,1.324 scummvm.cpp,2.478,2.479

Pawel Kolodziejski aquadran at users.sourceforge.net
Mon Nov 17 11:09:21 CET 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv9601

Modified Files:
	scumm.h scummvm.cpp 
Log Message:
added comi and dig demo

Index: scumm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.h,v
retrieving revision 1.323
retrieving revision 1.324
diff -u -d -r1.323 -r1.324
--- scumm.h	17 Nov 2003 18:59:26 -0000	1.323
+++ scumm.h	17 Nov 2003 19:07:45 -0000	1.324
@@ -191,7 +191,8 @@
 	GID_PJSDEMO,
 	GID_MONKEY_SEGA,
 	GID_FTDEMO,
-	GID_CMIDEMO
+	GID_CMIDEMO,
+	GID_DIGDEMO
 };
 
 #define _maxRooms res.num[rtRoom]

Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.478
retrieving revision 2.479
diff -u -d -r2.478 -r2.479
--- scummvm.cpp	14 Nov 2003 10:19:28 -0000	2.478
+++ scummvm.cpp	17 Nov 2003 19:07:45 -0000	2.479
@@ -193,10 +193,14 @@
 
 	{"dig", "The Dig", GID_DIG, 7, MDT_NONE,
 	 GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE},
+	{"digdemo", "The Dig", GID_DIGDEMO, 7, MDT_NONE,
+	 GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE},
 
 #ifndef __PALM_OS__ // these are SVGA games not supported under PalmOS
 	/* 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},
+	{"comidemo", "The Curse of Monkey Island", GID_CMIDEMO, 8, MDT_NONE,
 	 GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE | GF_DEFAULT_TO_1X_SCALER},
 	
 	 /* Note that both full versions of Humongous games and demos were often released for





More information about the Scummvm-git-logs mailing list