updates (we still don't use this yet)

This commit is contained in:
Glenn Maynard
2004-04-05 22:16:26 +00:00
parent 12e48f9ce2
commit a702601034
2 changed files with 35 additions and 3 deletions
@@ -7,7 +7,7 @@
class InputHandler_Linux_Joystick: public InputHandler
{
public:
enum { NUM_JOYSTICKS = 2 };
enum { NUM_JOYSTICKS = 4 };
void Update(float fDeltaTime);
InputHandler_Linux_Joystick();
~InputHandler_Linux_Joystick();