branch: elpa/pacmacs
commit fa6eca1731e529a02fcedcfb87757b8f645ba18c
Author: rexim <[email protected]>
Commit: rexim <[email protected]>

    Introduce list for terrified ghost objects (#153)
---
 pacmacs.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pacmacs.el b/pacmacs.el
index da302259d4..abf54caddf 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -58,6 +58,7 @@
 
 (defvar pacmacs--player-state nil)
 (defvar pacmacs--ghosts nil)
+(defvar pacmacs--terrified-ghosts nil)
 (defvar pacmacs--wall-cells nil)
 (defvar pacmacs--pills nil)
 
@@ -550,6 +551,7 @@
     (setq pacmacs--wall-cells nil)
     (setq pacmacs--pills nil)
     (setq pacmacs--ghosts nil)
+    (setq pacmacs--terrified-ghosts nil)
     (setq pacmacs--player-state nil)
 
     (cl-loop

Reply via email to