From: Mark Wooding Date: Fri, 22 Mar 2013 22:34:41 +0000 (+0000) Subject: atoms.lisp: A player about to make a move is active. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/atoms/commitdiff_plain/752d65992326e4758e1d5a7ed7df5f911fbf0d1c?hp=752d65992326e4758e1d5a7ed7df5f911fbf0d1c atoms.lisp: A player about to make a move is active. Fixes a bug in `game-update-scores' which you should never actually see, since a player shouldn't become ready if the game's already been won. But this was exposed by another bug, so I might as well fix it. ---