Skip to content

Commit

Permalink
Fixed: Build error
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 9, 2014
1 parent bbd9376 commit e8af1a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doomsday/client/src/unix/joystick.cpp
Expand Up @@ -99,7 +99,6 @@ static void initialize(void)
<< SDL_JoystickNumButtons(joy)
<< SDL_JoystickNumHats(joy)
<< SDL_JoystickNumBalls(joy);
}

joyAvailable = true;
}
Expand Down

0 comments on commit e8af1a9

Please sign in to comment.