Skip to content

Commit

Permalink
Fix broken attack of GLA Bomb Truck (#1127)
Browse files Browse the repository at this point in the history
  • Loading branch information
psykana authored Apr 1, 2024
1 parent 54999d2 commit 9a10575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/logic/object/weapon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a10575

Please sign in to comment.