mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-30 02:30:41 +00:00
parent
49642c3b3c
commit
43e447d40b
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ void shoot_d(int i, int atwith)
|
||||||
}
|
}
|
||||||
zvel += (zRange / 2) - (krand() & (zRange - 1));
|
zvel += (zRange / 2) - (krand() & (zRange - 1));
|
||||||
}
|
}
|
||||||
else if (j == -1 || atwith != SHOTSPARK1)
|
else if (j == -1)
|
||||||
{
|
{
|
||||||
sa += 16 - (krand() & 31);
|
sa += 16 - (krand() & 31);
|
||||||
zvel = (IntToFixed(100) - ps[p].getq16horizsum()) >> 11;
|
zvel = (IntToFixed(100) - ps[p].getq16horizsum()) >> 11;
|
||||||
|
|
Loading…
Reference in a new issue