This commit is contained in:
Bryce Covert
2015-10-07 18:45:03 -07:00
parent 54a8ccf799
commit c00492eee1
3 changed files with 6 additions and 6 deletions

View File

@@ -242,10 +242,10 @@
(update-in entities [:room :interactions] (fn [i] (remove #(= id (:id %)) i))))
(defn play-sound [snd]
(defn play-music [snd]
(music! snd :play))
(defn stop-sound [snd]
(defn stop-music [snd]
(music! snd :stop))
(defn make-music [r]