diff --git a/stepmania/src/ScreenJoinMultiplayer.cpp b/stepmania/src/ScreenJoinMultiplayer.cpp index c9c8760e08..9f5f660a05 100644 --- a/stepmania/src/ScreenJoinMultiplayer.cpp +++ b/stepmania/src/ScreenJoinMultiplayer.cpp @@ -174,6 +174,7 @@ void ScreenJoinMultiplayer::UpdatePlayerStatus( bool bFirstUpdate ) bool bWasConnected = idsOld == InputDeviceState_Connected; // DEBUG + //InputDevice id = InputMapper::MultiPlayerToInputDevice( p ); //InputDeviceState idsNew = INPUTMAN->GetInputDeviceState(id); InputDeviceState idsNew = InputDeviceState_Connected; if( INPUTFILTER->IsBeingPressed(DeviceInput(DEVICE_KEYBOARD,KEY_RSHIFT)) )