diff options
author | Carsten Weisse <[email protected]> | 2005-12-04 21:00:17 +0000 |
---|---|---|
committer | Carsten Weisse <[email protected]> | 2005-12-04 21:00:17 +0000 |
commit | 1d21d403a36250cbe01e041ddc31063e8d9b5bb8 (patch) | |
tree | 24629e8ce711a380a505cb2fb6ff1517bc7473e1 /src | |
parent | 8878d362d774a1ac1be66ee20a753132b1c0ebe2 (diff) |
debug message removed.
Diffstat (limited to 'src')
-rw-r--r-- | src/jake2/qcommon/CM.java | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/jake2/qcommon/CM.java b/src/jake2/qcommon/CM.java index 4635351..e352844 100644 --- a/src/jake2/qcommon/CM.java +++ b/src/jake2/qcommon/CM.java @@ -20,7 +20,7 @@ // Created on 02.01.2004 by RST. -// $Id: CM.java,v 1.11 2005-12-03 19:44:40 salomo Exp $ +// $Id: CM.java,v 1.12 2005-12-04 21:00:17 cawe Exp $ package jake2.qcommon; @@ -1440,9 +1440,8 @@ public class CM { trace_trace.fraction = 1; trace_trace.surface = nullsurface.c; - if (numnodes == 0) // map not loaded - { - Com.DPrintf("dummy trace zurueck, da map not loaded!\n"); + if (numnodes == 0) { + // map not loaded return trace_trace; } |