- added some values for simuV4 (TCL & ABS)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8153 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: dafd8c060ef5d30e6c916ad3aa6d4db5f4b8576d Former-commit-id: f424da8395fc97bcc5b46b47a4baf856ad93c72f
This commit is contained in:
parent
795b28cb0f
commit
3bf2161f3c
1 changed files with 6 additions and 1 deletions
|
@ -191,7 +191,7 @@ typedef struct
|
|||
double* curSplitTime;
|
||||
double lastLapTime;
|
||||
double curTime;
|
||||
int trackPositionCount; /** number of track positions */
|
||||
int trackPositionCount; /** number of track positions */
|
||||
float* bestLapTimeAtTrackPosition; /** here we will store for the best laptime the current laptime for each meter of track */
|
||||
float* currLapTimeAtTrackPosition; /** here we will store for the current laptime the current laptime for each meter of track */
|
||||
tdble topSpeed;
|
||||
|
@ -1021,6 +1021,11 @@ typedef enum
|
|||
#define PRM_ABSINSIMU "enable abs"
|
||||
#define PRM_ESPINSIMU "enable esp"
|
||||
#define PRM_LIMITEDGROUNDEFFECT "enable cliftlimit"
|
||||
#define PRM_TCLBRAKESCALE "tcl brake scale"
|
||||
#define PRM_TCLACCELSCALE "tcl accel scale"
|
||||
#define PRM_TCLSLIPSCALE "tcl slip scale"
|
||||
#define PRM_ABSBRAKESCALE "abs brake scale"
|
||||
#define PRM_ABSSLIPSCALE "abs slip scale"
|
||||
#define VAL_YES "yes"
|
||||
#define VAL_NO "no"
|
||||
#define FEAT_AEROTOCG 0x01 //shift aero coordinates with the CG
|
||||
|
|
Loading…
Reference in a new issue