From c1e27ca20113006621971eda352edbd22273304a Mon Sep 17 00:00:00 2001 From: Runar Ovesen Hjerpbakk Date: Tue, 2 Jun 2020 19:50:56 +0200 Subject: [PATCH] Removed unneeded conditional --- REDALERT/COMBAT.CPP | 2 -- 1 file changed, 2 deletions(-) diff --git a/REDALERT/COMBAT.CPP b/REDALERT/COMBAT.CPP index 66f6da9..7fe073c 100644 --- a/REDALERT/COMBAT.CPP +++ b/REDALERT/COMBAT.CPP @@ -68,8 +68,6 @@ *=============================================================================================*/ int Modify_Damage(int damage, WarheadType warhead, ArmorType armor, int distance) { - if (!damage) return(damage); - /* ** If there is no raw damage value to start with, then ** there can be no modified damage either.