This commit is contained in:
pelya
2012-02-08 15:26:04 +02:00
parent 9f88a78519
commit 1dc8908b59

View File

@@ -16,7 +16,7 @@ int main(int argc, char* argv[])
memset(touchPointers, 0, sizeof(touchPointers));
memset(accel, 0, sizeof(accel));
SDL_Joystick * joystick = SDL_JoystickOpen(i);
SDL_Joystick * joystick = SDL_JoystickOpen(0);
while(1)
{