[quake3-bugzilla] [Bug 3782] Fix compile time warnings (code/server/)

bugzilla-daemon at icculus.org bugzilla-daemon at icculus.org
Mon Sep 14 23:20:24 EDT 2009


http://bugzilla.icculus.org/show_bug.cgi?id=3782

Ryan C. Gordon <icculus at icculus.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |icculus at icculus.org

--- Comment #2 from Ryan C. Gordon <icculus at icculus.org> 2009-09-14 23:20:20 EDT ---
This one...

-        angles = hit->s.angles;
-        if ( !hit->r.bmodel ) {
-            angles = vec3_origin;    // boxes don't rotate
-        }

         c2 = CM_TransformedPointContents (p, clipHandle, hit->s.origin,
hit->s.angles);

... looks like the original code meant to use angles in that function call
instead of hit->s.angles. I don't know if that's true or not.

The CM_LeafArea() calls can go (no side effects in there). This is svn revision
#1611, now.

SV_IsBanned() looks like it's already been cleaned up in svn.


The rest is cleaned up in svn revision #1612.

--ryan.

-- 
Configure bugmail: http://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the quake3-bugzilla mailing list