summaryrefslogtreecommitdiffhomepage
path: root/Stars45/CampaignSituationReport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/CampaignSituationReport.cpp')
-rw-r--r--Stars45/CampaignSituationReport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/CampaignSituationReport.cpp b/Stars45/CampaignSituationReport.cpp
index 2c85a70..123fd63 100644
--- a/Stars45/CampaignSituationReport.cpp
+++ b/Stars45/CampaignSituationReport.cpp
@@ -371,7 +371,7 @@ CampaignSituationReport::GetThreatInfo()
mission_role == Mission::TRANSPORT)
continue;
- if (elem->GetDesign()->type >= Ship::MINE && elem->GetDesign()->type <= Ship::SWACS)
+ if (elem->GetDesign()->type >= Ship::MINE && elem->GetDesign()->type <= Ship::DEFSAT)
enemy_sites += elem->Count();
else if (elem->IsDropship())