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/CombatUnit.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Stars45/CombatUnit.h') diff --git a/Stars45/CombatUnit.h b/Stars45/CombatUnit.h index 5d60772..71d8e8f 100644 --- a/Stars45/CombatUnit.h +++ b/Stars45/CombatUnit.h @@ -43,7 +43,6 @@ public: int GetValue() const; int GetSingleValue() const; bool CanDefend(CombatUnit* unit) const; - bool CanAssign() const; bool CanLaunch() const; double PowerVersus(CombatUnit* tgt) const; int AssignMission(); -- cgit v1.1