add twirl and roll mods from OpenITG [original code by vyhd]
This commit is contained in:
@@ -51,7 +51,7 @@ void GhostArrowRow::Update( float fDeltaTime )
|
||||
m_Ghost[c]->SetY( fY );
|
||||
m_Ghost[c]->SetZ( fZ );
|
||||
|
||||
const float fRotation = ArrowEffects::ReceptorGetRotation( m_pPlayerState );
|
||||
const float fRotation = ArrowEffects::ReceptorGetRotationZ( m_pPlayerState );
|
||||
m_Ghost[c]->SetRotationZ( fRotation );
|
||||
|
||||
const float fZoom = ArrowEffects::GetZoom( m_pPlayerState );
|
||||
|
||||
Reference in New Issue
Block a user