atoms.lisp: A player about to make a move is active.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 22 Mar 2013 22:34:41 +0000 (22:34 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 22 Mar 2013 22:34:41 +0000 (22:34 +0000)
commit752d65992326e4758e1d5a7ed7df5f911fbf0d1c
treece4e7bab3821145b663c4906dbb8b5f0a6ce07ac
parent6f866d5383a5ff01964b17f524d976598fbd9c09
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.
atoms.lisp