This commit is contained in:
Glenn Maynard
2006-01-28 23:47:21 +00:00
parent 150c4cb150
commit 8d6dda13b6
+5 -5
View File
@@ -79,7 +79,7 @@ protected:
AutoActor m_sprCursor; AutoActor m_sprCursor;
int m_iFocusX; int m_iFocusX;
KeyboardRow m_iFocusY; KeyboardRow m_iFocusY;
void PositionCursor(); void PositionCursor();
@@ -90,11 +90,11 @@ protected:
ThemeMetric<float> ROW_END_X; ThemeMetric<float> ROW_END_X;
ThemeMetric<float> ROW_END_Y; ThemeMetric<float> ROW_END_Y;
RageSound m_sndType; RageSound m_sndType;
RageSound m_sndBackspace; RageSound m_sndBackspace;
RageSound m_sndChange; RageSound m_sndChange;
RageTimer m_timerToggleCursor; RageTimer m_timerToggleCursor;
}; };