Skip to content

Commit

Permalink
Fixing level bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeloglazov committed Jul 14, 2010
1 parent 621f0b0 commit 95c58c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snakejure/levels/borders.clj
Expand Up @@ -14,7 +14,7 @@

(defn- random-point []
[(inc (rand-int (dec height)))
(int (rand-int (dec width)))])
(inc (rand-int (dec width)))])

(defn- cr-snake []
(create-snake (list [ (quot height 2)
Expand Down

0 comments on commit 95c58c5

Please sign in to comment.