This commit is contained in:
Glenn Maynard
2006-02-03 08:01:00 +00:00
parent 5e07104732
commit 81bcf41b7e
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ void ScreenOptionsEditCourse::BeginScreen()
ScreenOptions::BeginScreen();
if( GAMESTATE->m_iEditCourseEntryIndex > -1 )
this->MoveRowAbsolute( PLAYER_1, NUM_EditCourseRow + GAMESTATE->m_iEditCourseEntryIndex, false );
this->MoveRowAbsolute( PLAYER_1, NUM_EditCourseRow + GAMESTATE->m_iEditCourseEntryIndex );
AfterChangeRow( GAMESTATE->m_MasterPlayerNumber );
}