small comment cleanup

This commit is contained in:
AJ Kelly
2011-01-31 14:30:45 -06:00
parent e6b6874dc9
commit cca600c850
+1 -1
View File
@@ -223,7 +223,7 @@ void ScreenSelectMaster::Init()
}
m_mapCurrentChoiceToNextChoice[dir][c] = c + add;
/* Always wrap around MenuDir_Auto. */
// Always wrap around MenuDir_Auto.
if( dir == MenuDir_Auto || (bool)WRAP_CURSOR )
wrap( m_mapCurrentChoiceToNextChoice[dir][c], m_aGameCommands.size() );
else