mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +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));
|
||||
}
|
||||
else if (j == -1 || atwith != SHOTSPARK1)
|
||||
else if (j == -1)
|
||||
{
|
||||
sa += 16 - (krand() & 31);
|
||||
zvel = (IntToFixed(100) - ps[p].getq16horizsum()) >> 11;
|
||||
|
|
Loading…
Reference in a new issue