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
@@ -481,7 +481,7 @@ void PlayerOptions::ToggleOneTurn( Turn t )
float PlayerOptions::GetReversePercentForColumn( int iCol )
{
float f = 0;
int iNumCols = GAMESTATE->GetCurrentStyleDef()->m_iColsPerPlayer;
int iNumCols = GAMESTATE->GetCurrentStyle()->m_iColsPerPlayer;
f += m_fScrolls[SCROLL_REVERSE];