Another hotfix for stuff in gzdoom devbuilds.
This commit is contained in:
parent
1555d7f89b
commit
b6b4524295
3 changed files with 3 additions and 3 deletions
|
|
@ -525,7 +525,7 @@ Class StarterBolt : PulseBolt
|
|||
SetOrigin(origin,true);
|
||||
A_SetAngle(target.angle);
|
||||
A_SetPitch(target.BulletSlope());
|
||||
frame++;
|
||||
frame += 1;
|
||||
if ( frame > 4 ) frame = 0;
|
||||
CheckBeam((cos(angle)*cos(pitch),sin(angle)*cos(pitch),-sin(pitch)));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue