From 2996f296b948920bc8a37fea4ee62b17f3a2c9f9 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 17 Feb 2003 20:35:20 +0000 Subject: [PATCH] fix warning --- stepmania/src/Course.cpp | 2 +- stepmania/src/ScreenSelectDifficulty.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()