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
813
813
return pGame->GetKeyGen ()->GetUppercaseKey ( m_kGateWayAnimationName.c_str ( ) ) == pInterface->iHashKey ;
814
814
}
815
815
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
159
159
std::unique_ptr < CAnimBlendSequence > GetCustomAnimBlendSequence ( CAnimBlendSequenceSAInterface * pInterface );
160
160
161
161
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; } ;
164
164
165
165
private:
166
166
CAnimBlendAssocGroup * m_pAnimAssocGroups [ MAX_ANIM_GROUPS ];
You can’t perform that action at this time.
0 commit comments