Merge branch 'master' into Glew_Version_For_Real

This commit is contained in:
Christoph Oelckers 2014-07-27 21:57:38 +02:00
commit 192daf1d5a
2 changed files with 5 additions and 5 deletions

View file

@ -793,7 +793,7 @@ void gl_RenderModel(GLSprite * spr)
{
if((x * cos(angle * M_PI / 180) + y * sin(angle * M_PI / 180)) / sqrt(x * x + y * y) < 0) pitch *= -1;
}
else pitch = abs(pitch);
else pitch = fabs(pitch);
}
if( smf->flags & MDL_ROTATING )