FF Diff Viewer

Comparing 2006 Base SDK to Fortress Forever 2.46

public/compressed_vector.h

69707172737475
static float expScale[4] = { 4.0f, 16.0f, 32.f, 64.f }; float fmax = max( fabs( vOther.x ), fabs( vOther.y ) ); fmax = max( fmax, fabs( vOther.z ) ); for (exp = 0; exp < 3; exp++) {
69707172737475
static float expScale[4] = { 4.0f, 16.0f, 32.f, 64.f }; float fmax = max( fabs( vOther.x ), fabs( vOther.y ) ); fmax = max( fmax, fabs( vOther.z ) ); for (exp = 0; exp < 3; exp++) {