File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -813,13 +813,3 @@ bool CAnimManagerSA::isGateWayAnimationHierarchy ( CAnimBlendHierarchySAInterfac
813813 return pGame->GetKeyGen ()->GetUppercaseKey ( m_kGateWayAnimationName.c_str ( ) ) == pInterface->iHashKey ;
814814}
815815
816- const SString & CAnimManagerSA::GetGateWayBlockName ( void )
817- {
818- return m_kGateWayBlockName;
819- }
820-
821- const SString & CAnimManagerSA::GetGateWayAnimationName ( void )
822- {
823- return m_kGateWayAnimationName;
824- }
825-
Original file line number Diff line number Diff line change @@ -159,8 +159,8 @@ class CAnimManagerSA : public CAnimManager
159159 std::unique_ptr < CAnimBlendSequence > GetCustomAnimBlendSequence ( CAnimBlendSequenceSAInterface * pInterface );
160160
161161 bool isGateWayAnimationHierarchy ( CAnimBlendHierarchySAInterface * pInterface );
162- const SString & GetGateWayBlockName ( void );
163- const SString & GetGateWayAnimationName ( void );
162+ const SString & GetGateWayBlockName ( void ) { return m_kGateWayBlockName; } ;
163+ const SString & GetGateWayAnimationName ( void ) { return m_kGateWayAnimationName; } ;
164164
165165private:
166166 CAnimBlendAssocGroup * m_pAnimAssocGroups [ MAX_ANIM_GROUPS ];
You can’t perform that action at this time.
0 commit comments