diff --git a/stepmania/src/ScreenBookkeeping.cpp b/stepmania/src/ScreenBookkeeping.cpp index e68a0c235a..141fe71317 100644 --- a/stepmania/src/ScreenBookkeeping.cpp +++ b/stepmania/src/ScreenBookkeeping.cpp @@ -79,7 +79,7 @@ void ScreenBookkeeping::MenuStart( const InputEventPlus &input ) void ScreenBookkeeping::MenuBack( const InputEventPlus &input ) { - if(!IsTransitioning()) + if( !IsTransitioning() ) { SCREENMAN->PlayStartSound(); StartTransitioningScreen( SM_GoToPrevScreen );