From 95a926a611041546af7b1cc0161126118ba17d53 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 12 Sep 2005 02:05:46 +0000 Subject: [PATCH] cleanup --- stepmania/src/ScreenPrompt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenPrompt.cpp b/stepmania/src/ScreenPrompt.cpp index 7b0d62923e..f986f4c579 100644 --- a/stepmania/src/ScreenPrompt.cpp +++ b/stepmania/src/ScreenPrompt.cpp @@ -99,7 +99,7 @@ void ScreenPrompt::Input( const InputEventPlus &input ) if( input.DeviceI.device==DEVICE_KEYBOARD && input.type==IET_FIRST_PRESS ) { PlayerNumber pn; - if ( GAMESTATE->GetCurrentStyle() == NULL ) + if( GAMESTATE->GetCurrentStyle() == NULL ) pn = (PlayerNumber)input.GameI.controller; else pn = GAMESTATE->GetCurrentStyle()->ControllerToPlayerNumber( input.GameI.controller );