clean up STYLE_TECHNO_VERSUS8 hack: Sprite really should not

be depending on GameState
This commit is contained in:
Glenn Maynard
2004-06-08 22:27:37 +00:00
parent f482a18a37
commit aea0a41a68
6 changed files with 27 additions and 12 deletions
+5
View File
@@ -69,6 +69,11 @@ void GhostArrowRow::Update( float fDeltaTime )
m_GhostDim[c].SetZ( fZ );
m_GhostBright[c].SetZ( fZ );
m_HoldGhost[c].SetZ( fZ );
const float fZoom = ArrowGetZoom( m_PlayerNumber );
m_GhostDim[c].SetZoom( fZoom );
m_GhostBright[c].SetZoom( fZoom );
m_HoldGhost[c].SetZoom( fZoom );
}
}