From 9d6d789d9ef67cc90c5c08f1f0a7443911c863bc Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 4 May 2007 16:58:15 +0000 Subject: [PATCH] cleanup --- stepmania/src/ScreenBookkeeping.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );