In CQuake3BSP::Trace() if a collision occured, m_traceRatio will always be 0.
A correct intersection is never calculated, the function always returns the start of the ray as the intersection.
Tracing a bullet to get its intersection with a wall is impossible.