Small wheel-related cleanups
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ public:
|
|||||||
virtual void ChangeMusic(int dist); /* +1 or -1 */
|
virtual void ChangeMusic(int dist); /* +1 or -1 */
|
||||||
virtual void SetOpenSection( RString group ) { }
|
virtual void SetOpenSection( RString group ) { }
|
||||||
|
|
||||||
/* Return true if we're moving fast automatically. */
|
// Return true if we're moving fast automatically.
|
||||||
int IsMoving() const;
|
int IsMoving() const;
|
||||||
bool IsSettled() const;
|
bool IsSettled() const;
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -53,7 +53,7 @@ protected:
|
|||||||
void SetGrayBar( Actor *pBar ) { m_pGrayBar = pBar; }
|
void SetGrayBar( Actor *pBar ) { m_pGrayBar = pBar; }
|
||||||
|
|
||||||
const WheelItemBaseData* m_pData;
|
const WheelItemBaseData* m_pData;
|
||||||
bool m_bExpanded; // if TYPE_SECTION, whether this section is expanded
|
bool m_bExpanded; // if TYPE_SECTION whether this section is expanded
|
||||||
|
|
||||||
Actor* m_pGrayBar;
|
Actor* m_pGrayBar;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user