diff clojure/com/aurellem/run/final_cut.clj @ 604:c8cda378e1a0

fixed flaw in advanced move recording.
author Robert McIntyre <rlm@mit.edu>
date Sun, 02 Sep 2012 10:34:14 -0500
parents bc2858781507
children 54644b08da1a
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/run/final_cut.clj	Sun Sep 02 09:33:40 2012 -0500
     1.2 +++ b/clojure/com/aurellem/run/final_cut.clj	Sun Sep 02 10:34:14 2012 -0500
     1.3 @@ -22,7 +22,7 @@
     1.4      render-ram-map?
     1.5      initial-state
     1.6      moves]
     1.7 -     (write-moves! moves (File. target-dir "rlm-yellow-hack.vbm"))
     1.8 +     (write-moves-to-file! moves (File. target-dir "rlm-yellow-hack.vbm"))
     1.9       (let [ram-map-dir (File. target-dir "ram-map")
    1.10             frames-dir (File. target-dir "frames")
    1.11             moves-dir (File. target-dir "moves")