it wasn't using the PlayerNumber for anything here.

This commit is contained in:
AJ Kelly
2011-03-04 22:47:38 -06:00
parent 9b07d1f392
commit 7e128f8fdb
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ SnapDisplay::SnapDisplay()
m_iNumCols = 0;
}
void SnapDisplay::Load( PlayerNumber pn )
void SnapDisplay::Load()
{
m_iNumCols = GAMESTATE->GetCurrentStyle()->m_iColsPerPlayer;