From 56f1d94269e4addc9479118f1ec8eefcb8c6ecdb Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Sun, 11 Oct 2015 19:36:47 -0700 Subject: [PATCH] bug fixes. --- desktop/src-common/advent/screens/rooms/inside_castle.clj | 2 +- desktop/src-common/advent/utils.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/src-common/advent/screens/rooms/inside_castle.clj b/desktop/src-common/advent/screens/rooms/inside_castle.clj index afad2260..2fa7ffa9 100644 --- a/desktop/src-common/advent/screens/rooms/inside_castle.clj +++ b/desktop/src-common/advent/screens/rooms/inside_castle.clj @@ -112,7 +112,7 @@ {:run #(actions/respond entities % :game-player "Fine by me.")}]}) (defn walk-to-player [entities] - (actions/walk-to entities :ego [210 73] :face :right)) + (actions/walk-to entities :ego [209 74] :face :right)) (defn brian-pause-from-work [entities] (actions/play-animation entities :game-player :pause-from-work :stop? false) diff --git a/desktop/src-common/advent/utils.clj b/desktop/src-common/advent/utils.clj index d5813428..6e0a32a1 100644 --- a/desktop/src-common/advent/utils.clj +++ b/desktop/src-common/advent/utils.clj @@ -428,7 +428,7 @@ (play-sound! screen entities snd volume-fn pan :once)) ([screen entities snd volume-fn pan type] - (play-sound! screen entities snd volume-fn pan :once 1.0)) + (play-sound! screen entities snd volume-fn pan type 1.0)) ([screen entities snd volume-fn pan type pitch] (let [vol (volume-fn entities)