From dce23e31b403dd546f4f89c44343d0bebf6d7104 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 21 Sep 2005 21:56:36 +0000 Subject: [PATCH] cleanup --- stepmania/src/GameConstantsAndTypes.h | 3 --- stepmania/src/ScreenRanking.h | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/stepmania/src/GameConstantsAndTypes.h b/stepmania/src/GameConstantsAndTypes.h index 4b94591944..178f2436a2 100644 --- a/stepmania/src/GameConstantsAndTypes.h +++ b/stepmania/src/GameConstantsAndTypes.h @@ -209,9 +209,6 @@ inline bool IsRankingToFillIn( const CString& sName ) { return !sName.empty() && RankingCategory AverageMeterToRankingCategory( int iAverageMeter ); -const int NUM_RANKING_LINES = 5; - - // // Group stuff // diff --git a/stepmania/src/ScreenRanking.h b/stepmania/src/ScreenRanking.h index 71b259e736..2911abcf49 100644 --- a/stepmania/src/ScreenRanking.h +++ b/stepmania/src/ScreenRanking.h @@ -29,6 +29,7 @@ enum PageType const CString& PageTypeToString( PageType pt ); PageType StringToPageType( const CString& s ); +const int NUM_RANKING_LINES = 5; class ScreenRanking : public ScreenAttract {