- Duke: Fix BOSS2 (Cycloid Emperor) killing himself issue by removing some lines left behind from a2e3bb5725.

* Fixes #455.
This commit is contained in:
Mitchell Richters 2021-07-17 10:56:21 +10:00
parent f022f197ab
commit 0bb0896985

View file

@ -791,13 +791,8 @@ static void shootrpg(DDukeActor *actor, int p, int sx, int sy, int sz, int sa, i
spj->y -= yoffs;
spj->ang -= aoffs;
spj->x -= bsin(sa) / 56;
spj->y += bcos(sa) / 56;
spj->ang -= 8 + (krand() & 255) - 128;
spj->xrepeat = 24;
spj->yrepeat = 24;
}
else if (atwith != FREEZEBLAST)
{