Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Magnus Norddahl 2016-06-12 00:08:05 +02:00
commit 351874be30
10 changed files with 123 additions and 69 deletions

View file

@ -2473,7 +2473,7 @@ void R_ProjectParticle (particle_t *particle, const sector_t *sector, int shade,
return;
yscale = xs_RoundToInt(YaspectMul * xscale);
ty = FLOAT2FIXED(particle->Pos.Z - ViewPos.Z);
ty = particle->Pos.Z - ViewPos.Z;
y1 = xs_RoundToInt(CenterY - (ty + psize) * yscale);
y2 = xs_RoundToInt(CenterY - (ty - psize) * yscale);