From: jsancho Date: Wed, 18 Nov 2009 23:58:57 +0000 (+0000) Subject: (no commit message) X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;ds=sidebyside;h=6804b1518f1d390f23220626028989b4bc8e8c59;p=gacela.git --- 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")