diff --git a/stepmania/src/ScreenTextEntry.h b/stepmania/src/ScreenTextEntry.h index 82a7af34cd..af8c3d2b92 100644 --- a/stepmania/src/ScreenTextEntry.h +++ b/stepmania/src/ScreenTextEntry.h @@ -79,7 +79,7 @@ protected: AutoActor m_sprCursor; - int m_iFocusX; + int m_iFocusX; KeyboardRow m_iFocusY; void PositionCursor(); @@ -90,11 +90,11 @@ protected: ThemeMetric ROW_END_X; ThemeMetric ROW_END_Y; - RageSound m_sndType; - RageSound m_sndBackspace; - RageSound m_sndChange; + RageSound m_sndType; + RageSound m_sndBackspace; + RageSound m_sndChange; - RageTimer m_timerToggleCursor; + RageTimer m_timerToggleCursor; };