From 950bb475f4927bae5ce2856ba77cd632af5e3077 Mon Sep 17 00:00:00 2001 From: David O'Toole Date: Tue, 15 Dec 2009 04:28:59 -0500 Subject: [PATCH] changed graphics --- forest/startup.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forest/startup.lisp b/forest/startup.lisp index 3ee18de..a3f94ea 100644 --- a/forest/startup.lisp +++ b/forest/startup.lisp @@ -320,7 +320,7 @@ (defparameter *room-window-width* 800) (defparameter *room-window-height* 600) -(defparameter *start-level* 5) +(defparameter *start-level* 1) (defun init-forest () (xe2:message "Initializing Forest...")