[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[pbmserv-dev] Question about MakeMove()



I'm working on a new game and I've got what seems to be a wierd situation
with MakeMove(). It appears that it is being called, even for commands that
don't have moves, such as SHOW and SHOWAS, and it is being called with the
moves read in from the board file. It also appears that this is happening
before the rest of the board file has been read in. I have verified that
this does NOT happen in my Scramble code, so I am wondering why it is
happening in my new game. My new game is totally new code, not based on
Scramble. It is probably some really stupid mistake (I make a lot of those!)
but offhand I just can't see what it might be; any ideas what might be
causing this behavior? Thanks.

   - Bob