This commit is contained in:
Glenn Maynard
2004-11-30 09:03:46 +00:00
parent 26ecd6b000
commit 547c086ac8
+3 -5
View File
@@ -14,11 +14,9 @@ RageInput::RageInput( CString drivers )
/* Init optional devices. */
MakeInputHandlers(drivers,Devices);
/* If no input devices are loaded, the user won't be able to input anything.
* That should never happen. */
/* Temporarily commented out until Xbox is working. -Chris */
// if(Devices.size() == 0)
// RageException::Throw("No input devices were loaded. This shouldn't happen; please file a bug.");
/* If no input devices are loaded, the user won't be able to input anything. */
if( Devices.size() == 0 )
LOG->Warn( "No input devices were loaded." );
}
RageInput::~RageInput()