[Scummvm-cvs-logs] CVS: scummvm/scumm script_v72he.cpp,2.248,2.249 wiz_he.cpp,2.44,2.45
kirben
kirben at users.sourceforge.net
Sat Apr 9 08:12:59 CEST 2005
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14112/scumm
Modified Files:
script_v72he.cpp wiz_he.cpp
Log Message:
Switch back to warning, since it is used in maze
Index: script_v72he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v72he.cpp,v
retrieving revision 2.248
retrieving revision 2.249
diff -u -d -r2.248 -r2.249
--- script_v72he.cpp 9 Apr 2005 15:07:44 -0000 2.248
+++ script_v72he.cpp 9 Apr 2005 15:12:26 -0000 2.249
@@ -568,7 +568,7 @@
chr = string[num++];
switch(chr) {
case 'b':
- dst += sprintf((char *)dst, "%b", args[val++]);
+ //dst += sprintf((char *)dst, "%b", args[val++]);
break;
case 'c':
*dst++ = args[val++];
Index: wiz_he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/wiz_he.cpp,v
retrieving revision 2.44
retrieving revision 2.45
diff -u -d -r2.44 -r2.45
--- wiz_he.cpp 8 Apr 2005 22:02:12 -0000 2.44
+++ wiz_he.cpp 9 Apr 2005 15:12:26 -0000 2.45
@@ -974,7 +974,7 @@
if (comp == 1) {
// TODO Adding masking for flags 0x80 and 0x100
if (flags & 0x80) {
- error("drawWizImage() unhandled flag 0x80");
+ warning("drawWizImage() unhandled flag 0x80");
} else if (flags & 0x100) {
error("drawWizImage() unhandled flag 0x100");
} else {
More information about the Scummvm-git-logs
mailing list