const safety ...

This commit is contained in:
Glenn Maynard
2002-08-22 22:59:54 +00:00
parent 1fa18136f5
commit ff7801d807
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ void GhostArrowRow::Load( PlayerNumber pn )
m_PlayerNumber = pn;
GameDef* pGameDef = GAMESTATE->GetCurrentGameDef();
StyleDef* pStyleDef = GAMESTATE->GetCurrentStyleDef();
const StyleDef* pStyleDef = GAMESTATE->GetCurrentStyleDef();
m_iNumCols = pStyleDef->m_iColsPerPlayer;
+1 -1
View File
@@ -30,7 +30,7 @@ void GrayArrowRow::Load( PlayerNumber pn )
m_PlayerNumber = pn;
GameDef* pGameDef = GAMESTATE->GetCurrentGameDef();
StyleDef* pStyleDef = GAMESTATE->GetCurrentStyleDef();
const StyleDef* pStyleDef = GAMESTATE->GetCurrentStyleDef();
m_iNumCols = pStyleDef->m_iColsPerPlayer;