From 9a10575b8ef86bdea5bf243aae5d0719c69a3046 Mon Sep 17 00:00:00 2001 From: psykana <36602558+psykana@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:51:39 +0100 Subject: [PATCH] Fix broken attack of GLA Bomb Truck (#1127) --- src/game/logic/object/weapon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/logic/object/weapon.cpp b/src/game/logic/object/weapon.cpp index d9480aa49..e0f073cab 100644 --- a/src/game/logic/object/weapon.cpp +++ b/src/game/logic/object/weapon.cpp @@ -2577,7 +2577,7 @@ unsigned int WeaponTemplate::Fire_Weapon_Template(const Object *source_obj, return frame; } else { if (do_damage) { - Deal_Damage_Internal(source_id, target_id, &pos, bonus, is_projectile_detonation); + Deal_Damage_Internal(source_id, target_id, pos3, bonus, is_projectile_detonation); } #ifdef GAME_DEBUG_STRUCTS