Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Removed unneeded conditional #8

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions REDALERT/COMBAT.CPP
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down