]> git.jsancho.org Git - gacela.git/blobdiff - gacela.lisp
(no commit message)
[gacela.git] / gacela.lisp
index c6cdeb9f57e7d5b6a94c1f12c60eff2a4ffca441..4197d22d077e2b488fc7f692d48285aced148848 100644 (file)
        (cond ((not (quit?))
               (glClear (+ GL_COLOR_BUFFER_BIT GL_DEPTH_BUFFER_BIT))
               (to-origin)
-              (refresh-visible-boxes)
+              (refresh-active-objects)
               (when (functionp game-code) (funcall game-code))
-              (render-boxes)
+              (render-objects)
               (SDL_GL_SwapBuffers)
               (delay-frame))))
     (setq running nil))
   (quit-audio)
   (quit-video-mode)
 ;  (quit-all-mobs)
-  (quit-all-boxes)
+  (kill-all-objects)
 ;  (clear-events)
 ;  (quit-events)
   (quit-sdl))