fixed dialogue issue.

This commit is contained in:
Bryce Covert
2015-10-07 22:38:17 -07:00
parent c22094a76d
commit e3c80bf16e
2 changed files with 1 additions and 3 deletions

View File

@@ -6,8 +6,6 @@ PROGRAMMING
+ try to have dialogue for every wrong interaction
+ preload all sounds
+ behind house left direction not great
+ spying broken
+ still can get into dialogue deadlock somehow
IOS
+ all mp3s

View File

@@ -443,7 +443,7 @@
(assoc-in [:state :active?] true)
(assoc-in [:cursor :override] nil)))
(skip-type [this screen entities]
:skip))
:none))
(let [zipper (nth-child zipper (inc (* 2 @selected-index)))
node (zip/node zipper)]