X-Git-Url: https://git.distorted.org.uk/~mdw/atoms/blobdiff_plain/3c0a8e1fda3c627e9d8040924129bbe17a0e85ca..99667eae214f13e3af48adac7dc300ca6c4a7a9d:/atoms.lisp diff --git a/atoms.lisp b/atoms.lisp index eac69bc..af9a21c 100644 --- a/atoms.lisp +++ b/atoms.lisp @@ -362,8 +362,8 @@ (unless (cell-played cell player-index) (return-from escape)) (setf (player-state player) :playing) - (changed game :processing-move) - (perform-explosions game (list cell))))))) + (changed game :processing-move)) + (perform-explosions game (list cell)))))) (defmethod restart-game ((game atom-game) &key grid players) (game-cancel-timeout game) @@ -1010,7 +1010,7 @@ (defmethod notify progn ((window atom-game-window) (game atom-game) aspect &key) (case aspect - ((:undo :redo :refresh :processing-move) + ((:undo :redo :refresh :start-turn) (update-undo-redo-sensitivity window)))) (defun action-undo (window)