From 62d7adc4ab2f7b684b7d7b7ed9cda1bfb15081e3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 17 Dec 2002 05:30:10 +0000 Subject: [PATCH] make some data private --- stepmania/src/Course.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Course.h b/stepmania/src/Course.h index 400c5a5d31..c645fecc98 100644 --- a/stepmania/src/Course.h +++ b/stepmania/src/Course.h @@ -26,6 +26,7 @@ class Course CString m_asDescriptions[MAX_COURSE_STAGES]; CString m_asModifiers[MAX_COURSE_STAGES]; // set player and song options from these Song* m_apSongs[MAX_COURSE_STAGES]; + int m_iStages; public: Course(); @@ -33,7 +34,6 @@ public: CString m_sName; CString m_sBannerPath; CString m_sCDTitlePath; - int m_iStages; bool m_bRepeat; // repeat after last song? bool m_bRandomize; // play the songs in a random order