diff --git a/stepmania/src/ScreenRanking.h b/stepmania/src/ScreenRanking.h index d7ed9ebbed..3b4b26c3cf 100644 --- a/stepmania/src/ScreenRanking.h +++ b/stepmania/src/ScreenRanking.h @@ -35,6 +35,7 @@ protected: RankingCategory category; Course* pCourse; Song* pSong; + PageToShow(): pCourse(NULL), pSong(NULL) { } }; void SetPage( PageToShow pts );