[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.155,1.156 loom_tg16_extract.c,1.2,1.3

Travis Howell kirben at users.sourceforge.net
Sat Jul 10 22:11:14 CEST 2004


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3353

Modified Files:
	descumm6.cpp loom_tg16_extract.c 
Log Message:

Add var
Fix error in last commit.


Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- descumm6.cpp	3 Jul 2004 11:04:23 -0000	1.155
+++ descumm6.cpp	11 Jul 2004 05:10:32 -0000	1.156
@@ -553,7 +553,7 @@
 	/* 32 */
 	"VAR_NEW_ROOM",
 	"VAR_WALKTO_OBJ",
-	NULL,
+	"VAR_TIMER",
 	NULL,
 	/* 36 */
 	NULL,

Index: loom_tg16_extract.c
===================================================================
RCS file: /cvsroot/scummvm/tools/loom_tg16_extract.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- loom_tg16_extract.c	11 Jul 2004 04:56:58 -0000	1.2
+++ loom_tg16_extract.c	11 Jul 2004 05:10:32 -0000	1.3
@@ -66,7 +66,7 @@
 	vfprintf(stderr,Text,marker);
 	fprintf(stderr,"\n");
 	va_end(marker);
-	exit(1);
+	/* exit(1); */
 }
 
 unsigned char	read_byte (FILE *input)





More information about the Scummvm-git-logs mailing list