From: DeaDDooMER Date: Tue, 21 Feb 2023 22:09:39 +0000 (+0300) Subject: game: create baron fireball with size 16x16 X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=c3d9d5312a88d41a4e79cfc68de11c52c9d8ca02 game: create baron fireball with size 16x16 --- diff --git a/src/game/g_weapons.pas b/src/game/g_weapons.pas index 32fc8f6..9b2b968 100644 --- a/src/game/g_weapons.pas +++ b/src/game/g_weapons.pas @@ -694,7 +694,7 @@ begin begin g_Obj_Init(@Obj); - Obj.Rect.Width := 32; + Obj.Rect.Width := 16; Obj.Rect.Height := 16; Triggers := nil; @@ -1913,7 +1913,7 @@ begin begin g_Obj_Init(@Obj); - Obj.Rect.Width := 32; + Obj.Rect.Width := 16; Obj.Rect.Height := 16; dx := IfThen(xd>x, -Obj.Rect.Width, 0);