Revert "Another hotfix for stuff in gzdoom devbuilds."

This reverts commit b6b4524295.
This commit is contained in:
Marisa the Magician 2021-05-17 18:55:55 +02:00
commit 6fc5b96568
3 changed files with 3 additions and 3 deletions

View file

@ -525,7 +525,7 @@ Class StarterBolt : PulseBolt
SetOrigin(origin,true);
A_SetAngle(target.angle);
A_SetPitch(target.BulletSlope());
frame += 1;
frame++;
if ( frame > 4 ) frame = 0;
CheckBeam((cos(angle)*cos(pitch),sin(angle)*cos(pitch),-sin(pitch)));
}