aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/model.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model.lisp b/src/model.lisp
index ff9b7ad..7cb1792 100644
--- a/src/model.lisp
+++ b/src/model.lisp
@@ -133,5 +133,5 @@
(loop :for _ :from 1 :to n
:nconc (loop :for j :from 1 :to 52
collect (int->card (1- j))))
- (mapcar ($ int->rank make-joker)
+ (mapcar ($ x int->rank make-joker)
(range 0 (* 2 n)))))