- fixed some particle positioning errors.
This commit is contained in:
parent
9a48adf81a
commit
d48c0ce25c
2 changed files with 10 additions and 11 deletions
|
|
@ -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--)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue