From 9195740dedfbe11aae12ad9f48371cab3b9ade88 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 21 Nov 2006 19:39:17 +0000 Subject: [PATCH] cleanup --- stepmania/src/ScreenSelect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenSelect.cpp b/stepmania/src/ScreenSelect.cpp index d0858f4cc6..b3555ad547 100644 --- a/stepmania/src/ScreenSelect.cpp +++ b/stepmania/src/ScreenSelect.cpp @@ -142,7 +142,7 @@ void ScreenSelect::Input( const InputEventPlus &input ) if( input.MenuI == MENU_BUTTON_COIN && input.type == IET_FIRST_PRESS ) this->UpdateSelectableChoices(); - if( input.type == IET_FIRST_PRESS && input.MenuI == MENU_BUTTON_START && JoinInput(input.pn) ) + if( input.MenuI == MENU_BUTTON_START && input.type == IET_FIRST_PRESS && JoinInput(input.pn) ) { this->UpdateSelectableChoices();