runs on Xbox

This commit is contained in:
Chris Danford
2003-07-22 07:47:27 +00:00
parent 20b4af87b1
commit 278cb4c3f1
53 changed files with 631 additions and 318 deletions
+3 -2
View File
@@ -27,8 +27,9 @@ RageInput::RageInput()
/* If no input devices are loaded, the user won't be able to input anything.
* That should never happen. */
if(Devices.size() == 0)
RageException::Throw("No input devices were loaded. This shouldn't happen; please file a bug.");
/* 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.");
}
RageInput::~RageInput()