From 00ce67cb10175fbff9f19f3710c28321f76705b8 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Tue, 10 Jan 2006 20:53:11 +0000 Subject: [PATCH] remove comment --- stepmania/src/ScreenJoinMultiplayer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/ScreenJoinMultiplayer.cpp b/stepmania/src/ScreenJoinMultiplayer.cpp index 7af58afcfc..927a504f36 100644 --- a/stepmania/src/ScreenJoinMultiplayer.cpp +++ b/stepmania/src/ScreenJoinMultiplayer.cpp @@ -102,8 +102,6 @@ void ScreenJoinMultiplayer::Input( const InputEventPlus &input ) if( this->IsTransitioning() ) return; - // Translate input and sent to the appropriate player. Assume that all - // joystick devices are mapped the same as the master player. if( input.type == IET_FIRST_PRESS && input.DeviceI.device >= DEVICE_JOY1 && input.DeviceI.device < DEVICE_JOY1 + NUM_MultiPlayer &&