From 8d6dda13b6e831c637f0d2a2285c0aee73f35926 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 28 Jan 2006 23:47:21 +0000 Subject: [PATCH] cleanup --- stepmania/src/ScreenTextEntry.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; };