Update of /project/cello/cvsroot/cello In directory clnet:/tmp/cvs-serv7054
Modified Files: lighting.lisp Log Message:
--- /project/cello/cvsroot/cello/lighting.lisp 2006/10/02 02:59:18 1.6 +++ /project/cello/cvsroot/cello/lighting.lisp 2006/10/06 08:01:51 1.7 @@ -93,7 +93,6 @@ (loop for light in (fixed-lighting self) do (ix-render-light light)) (when (and (not lights) (emergency-lighting self)) - (trc "emergency lighting!!!!!!!!!!" self) (dolist (e-light (emergency-lighting self)) (ix-render-light e-light)))))