Re #924: add an item about penalty precedence to dashboard
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6233 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: c22a9c73ad408c42dad6f27ed2281861a6365596 Former-commit-id: 1a4f5454eef2387b7398356a68bcc532691c6d8a
This commit is contained in:
parent
23748b51b1
commit
1d3cc95076
1 changed files with 3 additions and 2 deletions
|
@ -389,8 +389,9 @@ typedef struct
|
||||||
#define DI_TYRE_SET 34
|
#define DI_TYRE_SET 34
|
||||||
#define DI_FRONT_WING_ANGLE 35
|
#define DI_FRONT_WING_ANGLE 35
|
||||||
#define DI_REAR_WING_ANGLE 36
|
#define DI_REAR_WING_ANGLE 36
|
||||||
|
#define DI_PENALTY 40
|
||||||
/* number of request types */
|
/* number of request types */
|
||||||
#define NR_DI_REQUEST 5
|
#define NR_DI_REQUEST 6
|
||||||
|
|
||||||
/** Data known only by the driver */
|
/** Data known only by the driver */
|
||||||
typedef struct
|
typedef struct
|
||||||
|
@ -574,7 +575,7 @@ typedef struct
|
||||||
tCarSetupItem suspCourse[4], suspPacker[4];
|
tCarSetupItem suspCourse[4], suspPacker[4];
|
||||||
tCarSetupItem suspFastBump[4], suspSlowBump[4], suspBumpLvel[4];
|
tCarSetupItem suspFastBump[4], suspSlowBump[4], suspBumpLvel[4];
|
||||||
tCarSetupItem suspFastRebound[4], suspSlowRebound[4], suspReboundLvel[4];
|
tCarSetupItem suspFastRebound[4], suspSlowRebound[4], suspReboundLvel[4];
|
||||||
tCarSetupItem reqRepair, reqTireset; //used for pit stop repair and tire set request
|
tCarSetupItem reqRepair, reqTireset, reqPenalty; //used for pit stop repair, tire set and stop & go request
|
||||||
} tCarSetup;
|
} tCarSetup;
|
||||||
|
|
||||||
/** Command issued by the car during pit stop */
|
/** Command issued by the car during pit stop */
|
||||||
|
|
Loading…
Reference in a new issue