From 5cbe07e4504b22512134a9d6cfa0033c63c95097 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Tue, 4 Jan 2005 10:57:27 +0000 Subject: [PATCH] allow screens to handle input from disabled players --- stepmania/src/Screen.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/Screen.cpp b/stepmania/src/Screen.cpp index 8ef7abfb61..67d9d08476 100644 --- a/stepmania/src/Screen.cpp +++ b/stepmania/src/Screen.cpp @@ -129,9 +129,6 @@ void Screen::Input( const DeviceInput& DeviceI, const InputEventType type, const if( !MenuI.IsValid() ) return; - if( !GAMESTATE->IsHumanPlayer(MenuI.player) ) - return; - switch( MenuI.button ) { case MENU_BUTTON_UP: this->MenuUp( MenuI.player, type ); return;