fixed joystick naming convention from file descriptor to joystick number
[rocksndiamonds.git] / src / libgame / system.h
index 72a0754e1b5b5e5ab54904abce54b023eb03d760..ca25b287ff43c9d07bc09d77ddd6370284628718 100644 (file)
@@ -947,7 +947,7 @@ struct OverlayInfo
 struct JoystickInfo
 {
   int status;
-  int fd[MAX_PLAYERS];         /* file descriptor of player's joystick */
+  int nr[MAX_PLAYERS];         /* joystick number for each player */
 };
 
 struct SetupJoystickInfo