name cleanup: StyleDef -> Style

This commit is contained in:
Chris Danford
2004-06-28 07:26:00 +00:00
parent 1296cd775d
commit 5544445ad0
80 changed files with 350 additions and 353 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ SnapDisplay::SnapDisplay()
void SnapDisplay::Load( PlayerNumber pn )
{
m_iNumCols = GAMESTATE->GetCurrentStyleDef()->m_iColsPerPlayer;
m_iNumCols = GAMESTATE->GetCurrentStyle()->m_iColsPerPlayer;
m_sprIndicators[0].SetX( -ARROW_SIZE * (m_iNumCols/2 + 0.5f) );
m_sprIndicators[1].SetX( ARROW_SIZE * (m_iNumCols/2 + 0.5f) );