[Scummvm-cvs-logs] CVS: tools descumm.cpp,1.2,1.3

Max Horn fingolfin at users.sourceforge.net
Sun May 4 06:14:49 CEST 2003


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv31565

Modified Files:
	descumm.cpp 
Log Message:
this is only pseudo code anyway but caues a warning

Index: descumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- descumm.cpp	4 May 2003 12:55:08 -0000	1.2
+++ descumm.cpp	4 May 2003 13:02:01 -0000	1.3
@@ -690,7 +690,7 @@
 			break;
 		case 0x11:
 			// FIXME for GID_MONKEY_VGA / GID_MONKEY_EGA this is:
-#ifdef GID_MONKEY_VGA || GID_MONKEY_EGA
+#if GID_MONKEY_VGA || GID_MONKEY_EGA
 			buf = do_tok(buf, "Scale", ((opcode & 0x80) ? A1V : A1B));
 #else
 			buf = do_tok(buf, "Scale", ((opcode & 0x80) ? A1V : A1B) | ((opcode & 0x40) ? A2V : A2B));





More information about the Scummvm-git-logs mailing list