From cca600c8508477eb91c176352ec4576417dad252 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Mon, 31 Jan 2011 14:30:45 -0600 Subject: [PATCH] small comment cleanup --- src/ScreenSelectMaster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScreenSelectMaster.cpp b/src/ScreenSelectMaster.cpp index 959bccc156..1d0b7d4343 100644 --- a/src/ScreenSelectMaster.cpp +++ b/src/ScreenSelectMaster.cpp @@ -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