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) {