[Scummvm-cvs-logs] CVS: scummvm/queen command.cpp,1.4,1.5

Gregory Montoir cyx at users.sourceforge.net
Mon Nov 3 12:49:09 CET 2003


Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1:/tmp/cvs-serv28267

Modified Files:
	command.cpp 
Log Message:
oops

Index: command.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/command.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- command.cpp	3 Nov 2003 19:52:13 -0000	1.4
+++ command.cpp	3 Nov 2003 20:48:27 -0000	1.5
@@ -231,7 +231,7 @@
     // process each associated command for the Object, until all done
     // or one of the Gamestate tests fails...
 	int16 cond = 0;
-	CmdListData *com = &_cmdList[1];
+	CmdListData *com = &_cmdList[0];
 	uint16 comId = 0;
 	uint16 curCommand;
 	for (curCommand = 1; curCommand <= comMax; ++curCommand) {
@@ -272,7 +272,7 @@
 		}
 	}
 
-	debug(0, "Command::executeCurrentAction() - cond = %X", cond);
+	debug(0, "Command::executeCurrentAction() - cond = %X, com = %X", cond, curCommand);
 
 	if (com->setAreas) {
 		setAreas(comId);





More information about the Scummvm-git-logs mailing list