From 5f9c33fd01b285e282bb80bbda7fdd2a8c647882 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 19 Sep 2005 08:49:09 +0000 Subject: [PATCH] cleanup --- stepmania/src/WheelBase.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/WheelBase.cpp b/stepmania/src/WheelBase.cpp index c426f54e96..b0b754a107 100644 --- a/stepmania/src/WheelBase.cpp +++ b/stepmania/src/WheelBase.cpp @@ -522,7 +522,8 @@ void WheelBase::Move(int n) ChangeMusic(m_Moving); } -bool WheelBase::MoveSpecific(int n) { +bool WheelBase::MoveSpecific( int n ) +{ /* If we're not selecting, discard this. We won't ignore it; we'll * get called again every time the key is repeated. */ /* Still process Move(0) so we sometimes continue moving immediate