I've got one last bug in wumpus.lisp, but having trouble tracking it
down. When I compile wumpus.lisp, I get:
;; Compiling file /home/kurtosis/bin/projects/Lisp/LoL/wumpus.lisp ...
;; Wrote file /home/kurtosis/bin/projects/Lisp/LoL/wumpus.fas
The following functions were used but not defined:
N UGRAPH->PNG
0 errors, 0 warnings
Bye.
When I search both wumpus.lisp and graph-util.lisp (which I load into
the beginning of wumpus.lisp with (load 'graph-util.lisp) ), I get no
results. ugraph->png is used once at the very end of wumpus.lisp in
the draw-city function.
Where's that 'N' coming from?
https://github.com/byrongibson/Land-of-Lisp