From 82d6c696425126ad3493d5efdaced7b6bd5a2f0b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 12 Jan 2006 20:06:13 +0000 Subject: [PATCH] better --- stepmania/src/ScreenJoinMultiplayer.cpp | 1 + 1 file changed, 1 insertion(+) 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)) )