From 6804b1518f1d390f23220626028989b4bc8e8c59 Mon Sep 17 00:00:00 2001 From: jsancho Date: Wed, 18 Nov 2009 23:58:57 +0000 Subject: [PATCH] --- gacela_misc.lisp | 2 ++ game.lisp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gacela_misc.lisp b/gacela_misc.lisp index 0785af7..bd7027a 100755 --- a/gacela_misc.lisp +++ b/gacela_misc.lisp @@ -14,6 +14,8 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with this program. If not, see . +(in-package :gacela) + (defconstant INFINITY MOST-POSITIVE-LONG-FLOAT) (defun append-if (new test tree &key (key #'first) (test-if #'equal)) diff --git a/game.lisp b/game.lisp index cfb1f55..4431257 100755 --- a/game.lisp +++ b/game.lisp @@ -28,6 +28,6 @@ (gacela::draw-cube :size 40)))) ;(cuadrado :on) -(gacela::start-server 1984) +(gacela::start-skin-client 1984) (gacela::run-game "Prueba Mobs") -- 2.39.2