From: Mark Wooding Date: Fri, 22 Mar 2013 22:34:41 +0000 (+0000) Subject: atoms.lisp: Cancel the explosion animation when we restore a snapshot. X-Git-Url: https://git.distorted.org.uk/~mdw/atoms/commitdiff_plain/508a54a37992fdc145e42e512b34a5235664d1e3 atoms.lisp: Cancel the explosion animation when we restore a snapshot. Otherwise we get terribly confused about who's supposed to be playing. --- diff --git a/atoms.lisp b/atoms.lisp index 0855c84..5dc0def 100644 --- a/atoms.lisp +++ b/atoms.lisp @@ -416,6 +416,7 @@ for snap-player in snap-players do (restore player snap-player)) (setf (game-player-index game) (slot-value snapshot 'player-index)) + (game-cancel-timeout game) (changed game :refresh))) ;;;--------------------------------------------------------------------------