From 05f1b225a03adeab4cda01a6c96595359464ac0e Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Sun, 17 Jun 2012 06:38:09 +0000 Subject: (Hopefully) Allows SWACS ships to do more than sit around. Needs testing. --- Stars45/CampaignSituationReport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Stars45/CampaignSituationReport.cpp') 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()) -- cgit v1.1