From 0bb089698589c0557da9f7b76b6f59721bb8ed3c Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Sat, 17 Jul 2021 10:56:21 +1000 Subject: [PATCH] - Duke: Fix BOSS2 (Cycloid Emperor) killing himself issue by removing some lines left behind from a2e3bb57259e4a6475938dc50ac0568c5ce3454e. * Fixes #455. --- source/games/duke/src/player_d.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/games/duke/src/player_d.cpp b/source/games/duke/src/player_d.cpp index 7103dceaa..82d7f624d 100644 --- a/source/games/duke/src/player_d.cpp +++ b/source/games/duke/src/player_d.cpp @@ -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) {