8dcdee95d815076ac12dfaa0c2ff930befadfebf
commit 8dcdee95d815076ac12dfaa0c2ff930befadfebf
Author: Simon Watson <simon.watson@ipc.com>
Date: Wed Sep 1 15:17:15 2021 -0400

foo

diff --git a/clwars.lisp b/clwars.lisp
index 1d05871..5fb88f6 100644
--- a/clwars.lisp
+++ b/clwars.lisp
@@ -1,6 +1,6 @@
-(load "ascii-assets.lisp")
-(load "structs.lisp")
-(load "game.lisp")
+(load "~/Repos/clwars/ascii-assets.lisp")
+(load "~/Repos/clwars/structs.lisp")
+(load "~/Repos/clwars/game.lisp")

;; https://stackoverflow.com/questions/4882361/which-command-could-be-used-to-clear-screen-in-clisp
(defun cls()
diff --git a/game.lisp b/game.lisp
index f0ab0fd..d5d423d 100644
--- a/game.lisp
+++ b/game.lisp
@@ -4,7 +4,7 @@

(defun random-uniq-crew ()
(let ((num-attr (random 10))
- (crew-mem (make-uniq-crew-mem)))
+ (crew-mem (make-uniq-crew-mem)))))


(defun init-game-state ()