m_bPastHereWeGo

This commit is contained in:
Glenn Maynard
2005-10-10 04:37:23 +00:00
parent 1168414cf0
commit 97fc487d36
+2 -2
View File
@@ -60,8 +60,8 @@ void ReceptorArrow::Update( float fDeltaTime )
m_pPressBlock->SetVertAlign( bReverse ? Actor::align_bottom : Actor::align_top );
m_pReceptorGo->SetHidden( !GAMESTATE->m_bPastHereWeGo );
m_pReceptorWaiting->SetHidden( GAMESTATE->m_bPastHereWeGo );
m_pReceptorGo->SetHidden( GAMESTATE->m_bGameplayLeadIn );
m_pReceptorWaiting->SetHidden( !GAMESTATE->m_bGameplayLeadIn );
m_pPressBlock->SetHidden( !m_bIsPressed );
}