From 788d3dd2ffeb9daa749300b602e205cf2b51aff1 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 14 Feb 2003 04:18:52 +0000 Subject: [PATCH] fix hats --- stepmania/src/RageInput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageInput.cpp b/stepmania/src/RageInput.cpp index 9703fd9613..73fe42b08d 100644 --- a/stepmania/src/RageInput.cpp +++ b/stepmania/src/RageInput.cpp @@ -332,7 +332,7 @@ void RageInput::Update( float fDeltaTime ) } int iNumJoyHats = min(NUM_JOYSTICK_HATS,SDL_JoystickNumHats(pJoy)); - for( int hat=0; axis