changeset 254:5dafe6188ca5

fixed incompetence.
author Robert McIntyre <rlm@mit.edu>
date Mon, 26 Mar 2012 04:17:10 -0500
parents 4efc773f8b50
children d9e0752da684
files clojure/com/aurellem/run/title.clj
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/run/title.clj	Mon Mar 26 04:12:56 2012 -0500
     1.2 +++ b/clojure/com/aurellem/run/title.clj	Mon Mar 26 04:17:10 2012 -0500
     1.3 @@ -125,7 +125,7 @@
     1.4     (read-state "title-checkpoint")])
     1.5  
     1.6  (defn test-intro []
     1.7 -  (play-vbm (moves->filename title-frames)))
     1.8 +  (play-vbm (moves-filename "title-checkpoint")))
     1.9  
    1.10  ;; TODO might be able to glue these together more elegantly with monads
    1.11