- fixed some particle positioning errors.

This commit is contained in:
Christoph Oelckers 2016-04-10 10:57:48 +02:00
commit d48c0ce25c
2 changed files with 10 additions and 11 deletions

View file

@ -589,7 +589,7 @@ void P_DrawSplash2 (int count, const DVector3 &pos, DAngle angle, int updown, in
zvel = -1./512.;
zspread = updown ? -6000 / 65536. : 6000 / 65536.;
zadd = (updown == 2) ? 128 : 0;
zadd = (updown == 2) ? -128 : 0;
for (; count; count--)
{