Skip to content

Commit

Permalink
use passed-in file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Kubina committed Feb 27, 2016
1 parent b54d1ab commit dbe0e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/civs/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
(println "History filename :" history-filename)
(println "")
(try
(let [w (load-world "examples-worlds/seed_77.world")
(let [w (load-world world-filename)
g (generate-game w n-bands)
simulation-result (simulate g n-turns)]
(save-simulation-result simulation-result history-filename world-filename use-fressian))
Expand Down

0 comments on commit dbe0e03

Please sign in to comment.