]> git.jsancho.org Git - gacela.git/commitdiff
(no commit message)
authorjsancho <devnull@localhost>
Wed, 18 Nov 2009 23:58:57 +0000 (23:58 +0000)
committerjsancho <devnull@localhost>
Wed, 18 Nov 2009 23:58:57 +0000 (23:58 +0000)
gacela_misc.lisp
game.lisp

index 0785af78cb07b8273216faf180fcd7ca1626584f..bd7027a182b4fcbf773ad84f203e26e02e91faca 100755 (executable)
@@ -14,6 +14,8 @@
 ;;; You should have received a copy of the GNU General Public License
 ;;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+(in-package :gacela)
+
 (defconstant INFINITY MOST-POSITIVE-LONG-FLOAT)
 
 (defun append-if (new test tree &key (key #'first) (test-if #'equal))
index cfb1f5588103648f4de1082011ed0343e4114315..4431257e6e9d5ce7e1090bf55edcb89bb7f35076 100755 (executable)
--- 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")