X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=ca25b287ff43c9d07bc09d77ddd6370284628718;hb=cea8726203188984c5d94dc15934d1e186d18c37;hp=3fc4eb6cd0eb43cbf1b92f6a94713ab2d53bdb4a;hpb=cad3c0cde6926a8a379725b1ffc6fc657272a76d;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 3fc4eb6c..ca25b287 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -531,6 +531,8 @@ #define TAPEFILE_EXTENSION "tape" #define SCOREFILE_EXTENSION "score" +#define GAMECONTROLLER_BASENAME "gamecontrollerdb.txt" + #define LOG_OUT_BASENAME "stdout.txt" #define LOG_ERR_BASENAME "stderr.txt" @@ -945,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