X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_weapons.pas;h=c4fa747a2da29d779fd14e4ac3719a06b3c634f0;hb=b691e51871882b69a9fa3755e4ec5be75c8bdfcc;hp=8554e2264e3ecdc711a000b69b75f738c68c50c9;hpb=8ddcba53b3d83c400ec912c44aa103af666e5300;p=d2df-sdl.git diff --git a/src/game/g_weapons.pas b/src/game/g_weapons.pas index 8554e22..c4fa747 100644 --- a/src/game/g_weapons.pas +++ b/src/game/g_weapons.pas @@ -2596,6 +2596,12 @@ begin p.X := Obj.Rect.Width div 2; p.Y := Obj.Rect.Height div 2; + if Shots[i].ShotType = WEAPON_BFG then + begin + DEC(fX, 6); + DEC(fY, 7); + end; + if Animation <> nil then begin if (Shots[i].ShotType = WEAPON_BARON_FIRE) or