From 508a54a37992fdc145e42e512b34a5235664d1e3 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 22 Mar 2013 22:34:41 +0000 Subject: [PATCH] atoms.lisp: Cancel the explosion animation when we restore a snapshot. Otherwise we get terribly confused about who's supposed to be playing. --- atoms.lisp | 1 + 1 file changed, 1 insertion(+) 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))) ;;;-------------------------------------------------------------------------- -- 2.11.0