mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 03:07:43 +00:00
CTeamAiMgr: Make reference parameters to GetTeamAiMgr() const
No modifications to these parameters are being made, so we can make that explicit in the interface.
This commit is contained in:
@@ -114,6 +114,6 @@ public:
|
||||
static bool CanAcceptAttacker(EAttackType type, CStateManager& mgr, TUniqueId mgrId, TUniqueId aiId);
|
||||
static bool AddAttacker(EAttackType type, CStateManager& mgr, TUniqueId mgrId, TUniqueId aiId);
|
||||
|
||||
static TUniqueId GetTeamAiMgr(CAi& ai, CStateManager& mgr);
|
||||
static TUniqueId GetTeamAiMgr(const CAi& ai, const CStateManager& mgr);
|
||||
};
|
||||
} // namespace urde
|
||||
|
||||
Reference in New Issue
Block a user