From 7a4bfabf3b90f32e67874336826e802e40f37efd Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 1 Jul 2006 03:51:46 +0000 Subject: [PATCH] always set mp --- stepmania/src/StepMania.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 1a31317df4..5b2501df52 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -1403,9 +1403,8 @@ void HandleInputEvents(float fDeltaTime) input.mp = MultiPlayer_INVALID; - if( GAMESTATE->m_bMultiplayer ) { - // Translate input and sent to the appropriate player. Assume that all + // Translate input to the appropriate MultiPlayer. Assume that all // joystick devices are mapped the same as the master player. if( input.DeviceI.IsJoystick() ) {