REFACTOR [anough to enough]

This commit is contained in:
Zack Middleton 2012-06-18 16:39:58 +00:00
parent 2579738256
commit a375f898f5
7 changed files with 21 additions and 21 deletions

View file

@ -1696,7 +1696,7 @@ static void CG_PlayerFlag( centity_t *cent, qhandle_t hSkin, refEntity_t *torso
dir[2] += 100;
VectorNormalize( dir );
d = DotProduct(pole.axis[2], dir);
// if there is anough movement orthogonal to the flag pole
// if there is enough movement orthogonal to the flag pole
if (fabs(d) < 0.9) {
//
d = DotProduct(pole.axis[0], dir);