diff --git a/stepmania/src/Course.cpp b/stepmania/src/Course.cpp index 9a6b7f2543..1985b66bfb 100644 --- a/stepmania/src/Course.cpp +++ b/stepmania/src/Course.cpp @@ -35,7 +35,7 @@ Course::Course() // Init high scores // for( unsigned i=0; i= 0 && iItemIndex < NUM_CHOICES ); - return iItemIndex >= unsigned(NUM_CHOICES_ON_PAGE_1); + return iItemIndex >= NUM_CHOICES_ON_PAGE_1; } bool ScreenSelectDifficulty::SelectedSomethingOnPage2()