From d85757987e893f53a34e08e6ef912dc86ffe619f Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Mon, 3 Nov 2003 20:48:27 +0000 Subject: [PATCH] oops svn-id: r11111 --- queen/command.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/queen/command.cpp b/queen/command.cpp index 145d7217ffb..8b2d0523095 100644 --- a/queen/command.cpp +++ b/queen/command.cpp @@ -231,7 +231,7 @@ void Command::executeCurrentAction(bool walk) { // 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 @@ void Command::executeCurrentAction(bool walk) { } } - debug(0, "Command::executeCurrentAction() - cond = %X", cond); + debug(0, "Command::executeCurrentAction() - cond = %X, com = %X", cond, curCommand); if (com->setAreas) { setAreas(comId);