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
@@ -117,7 +117,7 @@ void ScreenOptionsManageEditSteps::BeginScreen()
if( iter != m_vpSteps.end() )
{
int iIndex = iter - m_vpSteps.begin();
this->MoveRowAbsolute( PLAYER_1, 1 + iIndex, false );
this->MoveRowAbsolute( PLAYER_1, 1 + iIndex );
}
}