From 33e297b0c833abbef2f848b1289b88163764e717 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 3 Feb 2006 02:37:29 +0000 Subject: [PATCH] cleanup --- stepmania/src/ScreenOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenOptions.h b/stepmania/src/ScreenOptions.h index 681671a085..51e793ee14 100644 --- a/stepmania/src/ScreenOptions.h +++ b/stepmania/src/ScreenOptions.h @@ -96,7 +96,6 @@ protected: // derived classes need access to these void SetNavigation( Navigation nav ) { m_OptionsNavigation = nav; } void SetInputMode( InputMode im ) { m_InputMode = im; } -protected: /* Map menu lines to m_OptionRow entries. */ vector m_pRows; int m_iCurrentRow[NUM_PLAYERS]; @@ -115,6 +114,7 @@ protected: // Start repeat events until we've seen one first pressed event. bool m_bGotAtLeastOneStartPressed[NUM_PLAYERS]; + // actors ActorFrame m_framePage; AutoActor m_sprPage;