chiark / gitweb /
atoms.lisp: Call `player-turn-begin' from the main loop.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 24 Mar 2013 01:43:29 +0000 (01:43 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 24 Mar 2013 01:43:29 +0000 (01:43 +0000)
commit03e309314d430f195f8f0d9cbe4d8d84c551ea46
tree12bf3821d2ea6fd06603086bed6400ff130580a2
parent61eb50515a5cf889fd11951bf6ffff045735f68a
atoms.lisp: Call `player-turn-begin' from the main loop.

This will prevent huge recursion when multiple robots play each other.
Also, make sure that the first player is told at the beginning of the
game.
atoms.lisp