PLAYER_1 -> m_MasterPlayerNumber

This commit is contained in:
Glenn Maynard
2006-02-03 06:21:03 +00:00
parent 65a795a2dc
commit 3413107396
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ void ScreenOptionsEditCourse::ExportOptions( int iRow, const vector<PlayerNumber
void ScreenOptionsEditCourse::ProcessMenuStart( const InputEventPlus &input )
{
int iCurRow = m_iCurrentRow[PLAYER_1];
int iCurRow = m_iCurrentRow[GAMESTATE->m_MasterPlayerNumber];
Course *pCourse = GAMESTATE->m_pCurCourse;
if( iCurRow < NUM_EditCourseRow )