Skip to content

Commit

Permalink
rotate works
Browse files Browse the repository at this point in the history
  • Loading branch information
paines committed Nov 15, 2012
1 parent 874d7e0 commit 928fb77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cl-puyopuyo.lisp
Expand Up @@ -122,8 +122,8 @@
((> fy sy)(= fx sx)
(progn
(format t "~%4th")
(setf (slot-value s 'y) (- sy 1))
(setf (slot-value s 'x) (+ sy 1))))))
(setf (slot-value s 'y) (+ sy 1))
(setf (slot-value f 'x) (- sx 1))))))
(setf *state* 'unpause))

(defun getOffset (x y)
Expand Down

0 comments on commit 928fb77

Please sign in to comment.