nikki93 / lgame

some ideas involving games and lisp
7 stars 1 forks source link

undefined function continuable #1

Closed spacebat closed 9 years ago

spacebat commented 9 years ago

Hey, maybe I'm doing something wrong (I didn't use ASDF to install it, just did it manually from slime)

LGAME> (run-game)
; Evaluation aborted on #<UNDEFINED-FUNCTION CONTINUABLE {1008657A83}>.

Cheers

nikki93 commented 9 years ago

Yeah for some reason, I have to C-c C-k it even after I (ql:quickload :lgame) and (in-package :lgame), only then it works. Will try to fix this now.

nikki93 commented 9 years ago

Ok, this should now be fixed. Check README.md for instructions on running. Thanks for trying this out and reporting the issue!